We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea5eba commit 371b703Copy full SHA for 371b703
.github/workflows/ci.yml
@@ -67,14 +67,14 @@ jobs:
67
max-cxx-std: 17
68
69
# Currently broken on embed_test
70
- - runs-on: windows-latest
71
- python: 3.8
72
- arch: x64
73
- max-cxx-std: 17
74
75
- python: 3.9-dev
76
77
+ # - runs-on: windows-latest
+ # python: 3.8
+ # arch: x64
+ # max-cxx-std: 17
+ # python: 3.9-dev
78
79
80
name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • ${{ matrix.arch }} ${{ matrix.args }}"
0 commit comments