Skip to content

Commit 8bfda92

Browse files
authored
chore(CI): enable windows-latest for python tests
1 parent 4537477 commit 8bfda92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_test_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ubuntu-22.04,
3232
# Dafny-transpiled Python tests use a PYTHONPATH hack that doesn't work on Windows.
3333
# Windows is tested with non-Dafny-transpiled Python tests.
34-
# windows-latest
34+
windows-latest,
3535
]
3636
runs-on: ${{ matrix.os }}
3737
permissions:

0 commit comments

Comments
 (0)