Skip to content

Commit 3fd6b7c

Browse files
authored
Merge pull request #8372 from radarhere/numpy
2 parents b19a51b + 8336852 commit 3fd6b7c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.ci/install.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,7 @@ python3 -m pip install -U pytest-timeout
3838
python3 -m pip install pyroma
3939

4040
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
41+
python3 -m pip install numpy
4742

4843
# PyQt6 doesn't support PyPy3
4944
if [[ $GHA_PYTHON_VERSION == 3.* ]]; then

0 commit comments

Comments
 (0)