Skip to content

Commit 0806289

Browse files
drake: update ci config
1 parent 830a4b0 commit 0806289

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
# - 2.7
2121
# - 3.5
2222
- 3.6
23+
- 3.7
24+
- 3.8
2325
- 3.9
2426
- 3.10-dev
2527
# - pypy2
@@ -37,10 +39,10 @@ jobs:
3739
python: 3.6
3840
args: >
3941
-DPYBIND11_FINDPYTHON=ON
40-
- runs-on: windows-latest
41-
python: 3.6
42-
args: >
43-
-DPYBIND11_FINDPYTHON=ON
42+
# - runs-on: windows-latest
43+
# python: 3.6
44+
# args: >
45+
# -DPYBIND11_FINDPYTHON=ON
4446

4547
# # These items will be removed from the build matrix, keys must match.
4648
# exclude:

0 commit comments

Comments
 (0)