Skip to content

Commit 48424cf

Browse files
committed
Tests(GHActions): Exclude Python 3.8 on OSX
1 parent e5ca62e commit 48424cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
python-version: "3.6"
2121
- os: macos-latest
2222
python-version: "3.7"
23+
- os: macos-latest
24+
python-version: "3.8"
2325
include:
2426
- os: ubuntu-latest
2527
os-name: Linux

0 commit comments

Comments
 (0)