Skip to content

Commit 371b703

Browse files
committed
ci: try win again
1 parent 0ea5eba commit 371b703

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
@@ -67,14 +67,14 @@ jobs:
6767
max-cxx-std: 17
6868

6969
# Currently broken on embed_test
70-
- runs-on: windows-latest
71-
python: 3.8
72-
arch: x64
73-
max-cxx-std: 17
74-
- runs-on: windows-latest
75-
python: 3.9-dev
76-
arch: x64
77-
max-cxx-std: 17
70+
# - runs-on: windows-latest
71+
# python: 3.8
72+
# arch: x64
73+
# max-cxx-std: 17
74+
# - runs-on: windows-latest
75+
# python: 3.9-dev
76+
# arch: x64
77+
# max-cxx-std: 17
7878

7979

8080
name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • ${{ matrix.arch }} ${{ matrix.args }}"

0 commit comments

Comments
 (0)