Skip to content

Commit e32e95a

Browse files
authored
skipping macos regression for python 3.8 (#2960)
* skipping macos regression for python 3.8 * skipping macos regression for python 3.8 * updating actions checkout version * updating actions checkout version * use exclude * skipping macos regression for python 3.8 * skipping macos regression for python 3.8
1 parent 310dd25 commit e32e95a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/regression_tests_cpu_binaries.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
os: [ubuntu-20.04, macOS-latest]
2020
python-version: ["3.8", "3.9", "3.10"]
2121
binaries: ["pypi", "conda"]
22+
exclude:
23+
- os: macos-latest
24+
python-version: 3.8
2225
steps:
2326
- uses: actions/checkout@v3
2427
with:

0 commit comments

Comments
 (0)