We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b19a51b + 8336852 commit 3fd6b7cCopy full SHA for 3fd6b7c
.ci/install.sh
@@ -38,12 +38,7 @@ python3 -m pip install -U pytest-timeout
38
python3 -m pip install pyroma
39
40
if [[ $(uname) != CYGWIN* ]]; then
41
- # TODO Update condition when NumPy supports free-threading
42
- if [[ "$PYTHON_GIL" == "0" ]]; then
43
- python3 -m pip install numpy --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
44
- else
45
- python3 -m pip install numpy
46
- fi
+ python3 -m pip install numpy
47
48
# PyQt6 doesn't support PyPy3
49
if [[ $GHA_PYTHON_VERSION == 3.* ]]; then
0 commit comments