Skip to content

Commit b2df54b

Browse files
committed
disable windows builds until fixed
1 parent ff01bdf commit b2df54b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-push.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
- os: ubuntu-18.04
3131
platform: PyPy
3232

33-
- os: windows-latest
34-
platform: win32
33+
#- os: windows-latest
34+
# platform: win32
3535

36-
- os: windows-latest
37-
platform: win64
36+
#- os: windows-latest
37+
# platform: win64
3838

39-
- os: windows-latest
40-
platform: PyPy
39+
#- os: windows-latest
40+
# platform: PyPy
4141

4242
- os: macos-latest
4343
platform: all

0 commit comments

Comments
 (0)