Skip to content

Commit 072ae38

Browse files
authored
Disable CI for macOS and Windows (#19)
1 parent f8c73c3 commit 072ae38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
os: [ubuntu-latest, macos-latest, windows-latest]
9+
os: [ubuntu-latest]
1010
python-version: [3.6, 3.7, 3.8]
1111
runs-on: ${{ matrix.os }}
1212
steps:

0 commit comments

Comments
 (0)