File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,5 @@ echo -e "[openblas]\nlibraries = openblas\nlibrary_dirs = /usr/local/opt/openbla
1717# TODO Remove condition when numpy supports 3.10
1818if ! [ " $GHA_PYTHON_VERSION " == " 3.10-dev" ]; then python3 -m pip install numpy ; fi
1919
20- # TODO Remove when 3.8 / 3.9 includes setuptools 49.3.2+:
21- if [ " $GHA_PYTHON_VERSION " == " 3.8" ]; then python3 -m pip install -U " setuptools>=49.3.2" ; fi
22- if [ " $GHA_PYTHON_VERSION " == " 3.9" ]; then python3 -m pip install -U " setuptools>=49.3.2" ; fi
23-
2420# extra test images
2521pushd depends && ./install_extra_test_images.sh && popd
Original file line number Diff line number Diff line change 5454 - name : python -m pip install wheel pytest pytest-cov pytest-timeout
5555 run : python -m pip install wheel pytest pytest-cov pytest-timeout
5656
57- # TODO Remove when 3.8 / 3.9 includes setuptools 49.3.2+:
58- - name : Upgrade setuptools
59- if : " contains(matrix.python-version, '3.8') || contains(matrix.python-version, '3.9')"
60- run : python -m pip install -U "setuptools>=49.3.2"
61-
6257 - name : Install dependencies
6358 id : install
6459 run : |
You can’t perform that action at this time.
0 commit comments