Skip to content

Commit 788487a

Browse files
authored
Merge pull request #121 from altendky/macos_and_windows_later
Stop testing macOS and Windows for now
2 parents de88ed8 + f7ef996 commit 788487a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ 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+
# https://github.com/stlehmann/PyQt5-stubs/issues/122
29+
# - name: Windows
30+
# runs-on: windows-latest
31+
# matrix: windows
32+
# https://github.com/stlehmann/PyQt5-stubs/issues/122
33+
# - name: macOS
34+
# runs-on: macos-latest
35+
# matrix: macos
3436
python:
3537
- name: CPython 3.5
3638
tox: py35

0 commit comments

Comments
 (0)