Skip to content

Commit

Permalink
fixup! Add free-threaded job
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jul 3, 2024
1 parent 0129a59 commit b675a69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ python3 -m pip install -U pytest-timeout
python3 -m pip install pyroma

if [[ $(uname) != CYGWIN* ]]; then
<<<<<<< HEAD
python3 -m pip install numpy
# TODO Update condition when NumPy supports free-threading
if ! [[ "$GHA_PYTHON_VERSION" == "3.13-dev" ]]; then python3 -m pip install numpy ; fi
Expand Down

0 comments on commit b675a69

Please # to comment.