Skip to content

Commit b176282

Browse files
committed
two exludes
1 parent 1b265a3 commit b176282

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/regression_tests_cpu_binaries.yml

+5-10
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,19 @@ jobs:
2222
exclude:
2323
- os: macos-latest
2424
python-version: 3.8
25+
- os: macos-14
26+
python-version: 3.8
27+
- os: macos-14
28+
python-version: 3.9
2529
steps:
2630
- uses: actions/checkout@v3
2731
with:
2832
submodules: recursive
29-
- name: Setup Conda for M1
30-
if: matrix.os == 'macos-14'
31-
uses: s-weigand/setup-conda@v1
32-
with:
33-
update-conda: true
34-
python-version: '3.10'
35-
conda-channels: anaconda, conda-forge
36-
- name: Setup Conda for Other OS
37-
if: matrix.os != 'macos-14'
33+
- name: Setup conda with Python ${{ matrix.python-version }}
3834
uses: s-weigand/setup-conda@v1
3935
with:
4036
update-conda: true
4137
python-version: ${{ matrix.python-version }}
42-
conda-channels: anaconda, conda-forge
4338
- run: conda --version
4439
- run: python --version
4540
- name: Setup Java 17

0 commit comments

Comments
 (0)