Skip to content

Commit

Permalink
Install NumPy from PyPI for free threaded job
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Sep 12, 2024
1 parent aa7dfe3 commit 8336852
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 8336852

Please sign in to comment.