Skip to content

Commit d64ec35

Browse files
committed
exclude windows and macos
They can be enabled in separate PRs that fix their issues.
1 parent f599c3b commit d64ec35

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
3.9: docker://python:3.9-buster
4141
pypy2: docker://pypy:2-jessie
4242
pypy3: docker://pypy:3-stretch
43-
- name: Windows
44-
runs-on: windows-latest
45-
python_platform: win32
46-
matrix: windows
47-
- name: macOS
48-
runs-on: macos-latest
49-
python_platform: darwin
50-
matrix: macos
43+
# - name: Windows
44+
# runs-on: windows-latest
45+
# python_platform: win32
46+
# matrix: windows
47+
# - name: macOS
48+
# runs-on: macos-latest
49+
# python_platform: darwin
50+
# matrix: macos
5151
python:
5252
- name: CPython 2.7
5353
tox: py27

0 commit comments

Comments
 (0)