Skip to content

Commit 2bbc514

Browse files
committed
Stop testing macOS and Windows for now
We can introduce these after stubtests and dealing with each of these separately.
1 parent de88ed8 commit 2bbc514

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
- name: Linux
2626
runs-on: ubuntu-latest
2727
matrix: linux
28-
- name: Windows
29-
runs-on: windows-latest
30-
matrix: windows
31-
- name: macOS
32-
runs-on: macos-latest
33-
matrix: macos
28+
# - name: Windows
29+
# runs-on: windows-latest
30+
# matrix: windows
31+
# - name: macOS
32+
# runs-on: macos-latest
33+
# matrix: macos
3434
python:
3535
- name: CPython 3.5
3636
tox: py35

0 commit comments

Comments
 (0)