Merge pull request #8372 from radarhere/numpy

This commit is contained in:
Hugo van Kemenade 2024-09-12 14:47:49 +03:00 committed by GitHub
commit 3fd6b7c072
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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