Skip to content

Commit bbac181

Browse files
committed
Only test on Python 3.8 on MacOS
1 parent 22b9535 commit bbac181

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
strategy:
2222
matrix:
2323
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
24-
os: [ubuntu-latest, macos-latest]
24+
os: [ubuntu-latest]
25+
include:
26+
- os: macos-latest
27+
python-version: "3.8"
2528
fail-fast: false
2629

2730
steps:

0 commit comments

Comments
 (0)