Skip to content

Commit e31dabf

Browse files
committed
Merge branch 'master' into stubtest
2 parents 22eee01 + 788487a commit e31dabf

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)