Skip to content

Commit

Permalink
Merge pull request python-pillow#8372 from radarhere/numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 12, 2024
2 parents b19a51b + 8336852 commit 3fd6b7c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@ python3 -m pip install -U pytest-timeout
python3 -m pip install pyroma

if [[ $(uname) != CYGWIN* ]]; then
# TODO Update condition when NumPy supports free-threading
if [[ "$PYTHON_GIL" == "0" ]]; then
python3 -m pip install numpy --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
else
python3 -m pip install numpy
fi
python3 -m pip install numpy

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

0 comments on commit 3fd6b7c

Please sign in to comment.