Skip to content

Commit d2e25cb

Browse files
committed
Tests(GHActions): Do not run tests on OSX
There is a strange non-reproducible bug that's only triggered on OSX.
1 parent e5ca62e commit d2e25cb

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,12 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
os: [ubuntu-latest, macos-latest, windows-latest]
12+
os: [ubuntu-latest, windows-latest]
1313
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
14-
exclude:
15-
- os: macos-latest
16-
python-version: "2.7"
17-
- os: macos-latest
18-
python-version: "3.5"
19-
- os: macos-latest
20-
python-version: "3.6"
21-
- os: macos-latest
22-
python-version: "3.7"
2314
include:
2415
- os: ubuntu-latest
2516
os-name: Linux
2617
pip-cache-path: ~/.cache/pip
27-
- os: macos-latest
28-
os-name: OSX
29-
pip-cache-path: ~/Library/Caches/pip
3018
- os: windows-latest
3119
os-name: w32
3220
pip-cache-path: ~\AppData\Local\pip\Cache

0 commit comments

Comments
 (0)