File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ python3 -m pip install -U pytest-timeout
31
31
python3 -m pip install pyroma
32
32
python3 -m pip install test-image-results
33
33
# TODO Remove condition when numpy supports 3.10
34
- if ! [ " $GHA_PYTHON_VERSION " == " 3.10-dev " ]; then python3 -m pip install numpy ; fi
34
+ if ! [ " $GHA_PYTHON_VERSION " == " 3.10.0-alpha.7 " ]; then python3 -m pip install numpy ; fi
35
35
36
36
# TODO Remove when 3.8 / 3.9 includes setuptools 49.3.2+:
37
37
if [ " $GHA_PYTHON_VERSION " == " 3.8" ]; then python3 -m pip install -U " setuptools>=49.3.2" ; fi
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ python3 -m pip install test-image-results
15
15
16
16
echo -e " [openblas]\nlibraries = openblas\nlibrary_dirs = /usr/local/opt/openblas/lib" >> ~ /.numpy-site.cfg
17
17
# TODO Remove condition when numpy supports 3.10
18
- if ! [ " $GHA_PYTHON_VERSION " == " 3.10-dev " ]; then python3 -m pip install numpy ; fi
18
+ if ! [ " $GHA_PYTHON_VERSION " == " 3.10.0-alpha.7 " ]; then python3 -m pip install numpy ; fi
19
19
20
20
# TODO Remove when 3.8 / 3.9 includes setuptools 49.3.2+:
21
21
if [ " $GHA_PYTHON_VERSION " == " 3.8" ]; then python3 -m pip install -U " setuptools>=49.3.2" ; fi
Original file line number Diff line number Diff line change 15
15
python-version : [
16
16
" pypy-3.7" ,
17
17
" pypy-3.6" ,
18
- " 3.10-dev " ,
18
+ " 3.10.0-alpha.7 " ,
19
19
" 3.9" ,
20
20
" 3.8" ,
21
21
" 3.7" ,
You can’t perform that action at this time.
0 commit comments