File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,7 @@ python3 -m pip install -U pytest-timeout
3737python3 -m pip install pyroma
3838
3939if [[ $( uname) != CYGWIN* ]]; then
40- # TODO Update condition when NumPy supports 3.13
41- if ! [[ " $GHA_PYTHON_VERSION " == " 3.13" ]]; then python3 -m pip install numpy ; fi
40+ python3 -m pip install numpy
4241
4342 # PyQt6 doesn't support PyPy3
4443 if [[ $GHA_PYTHON_VERSION == 3.* ]]; then
Original file line number Diff line number Diff line change @@ -25,9 +25,7 @@ python3 -m pip install -U pytest
2525python3 -m pip install -U pytest-cov
2626python3 -m pip install -U pytest-timeout
2727python3 -m pip install pyroma
28-
29- # TODO Update condition when NumPy supports 3.13
30- if ! [[ " $GHA_PYTHON_VERSION " == " 3.13" ]]; then python3 -m pip install numpy ; fi
28+ python3 -m pip install numpy
3129
3230# extra test images
3331pushd depends && ./install_extra_test_images.sh && popd
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ elif [ "${AUDITWHEEL_POLICY::9}" == "musllinux" ]; then
1212else
1313 yum install -y fribidi
1414fi
15- if [ " ${AUDITWHEEL_POLICY:: 9} " != " musllinux" ] && ! ([[ " $OSTYPE " == " darwin " * ]] && [[ $( python3 --version ) == * " 3.13. " * ]]) ; then
15+ if [ " ${AUDITWHEEL_POLICY:: 9} " != " musllinux" ]; then
1616 python3 -m pip install numpy
1717fi
1818
You can’t perform that action at this time.
0 commit comments