File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 3333 - " 3.10"
3434 - " 3.11"
3535 - " 3.12"
36+ exclude :
37+ - os : macos-latest
38+ py : " 3.8"
3639
3740 steps :
3841 - name : Configure hostname
5154 uses : actions/setup-python@v5
5255 with :
5356 python-version : ${{ matrix.py }}
54- architecture : x64
57+ architecture : ${{ startsWith(matrix.os, 'macos-') && 'arm64' || ' x64' }}
5558
5659 - name : Install
5760 run : python -m pip install .[mpi,test,ai] pytest-cov
9396 - macos-latest
9497 py :
9598 - " 3.11"
96- # - "3.12"
99+ - " 3.12"
97100
98101 steps :
99102
@@ -104,7 +107,7 @@ jobs:
104107 uses : actions/setup-python@v5
105108 with :
106109 python-version : ${{ matrix.py }}
107- architecture : x64
110+ architecture : ${{ startsWith(matrix.os, 'macos-') && 'arm64' || ' x64' }}
108111
109112 - name : Install
110113 run : python -m pip install .[test,ai]
You can’t perform that action at this time.
0 commit comments