File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,7 @@ python3 -m pip install -U pytest-timeout
3838python3 -m pip install pyroma
3939
4040if [[ $( uname) != CYGWIN* ]]; then
41- # TODO Remove condition when NumPy supports 3.12
42- if ! [ " $GHA_PYTHON_VERSION " == " 3.12-dev" ]; then python3 -m pip install numpy ; fi
41+ python3 -m pip install numpy
4342
4443 # PyQt6 doesn't support PyPy3
4544 if [[ $GHA_PYTHON_VERSION == 3.* ]]; then
Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ python3 -m pip install -U pytest-cov
1313python3 -m pip install -U pytest-timeout
1414python3 -m pip install pyroma
1515
16- # TODO Remove condition when NumPy supports 3.12
17- if ! [ " $GHA_PYTHON_VERSION " == " 3.12-dev" ]; then python3 -m pip install numpy ; fi
16+ python3 -m pip install numpy
1817
1918# extra test images
2019pushd depends && ./install_extra_test_images.sh && popd
You can’t perform that action at this time.
0 commit comments