Skip to content

Commit dd285f6

Browse files
win
1 parent efe2d1d commit dd285f6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ jobs:
2525
matrix:
2626
os:
2727
- ubuntu-latest
28-
# Windows fails due to "No module named 'Wrappers'"
29-
# This SHOULD be fixed once Dafny generates fully-qualified import statements
30-
# (i.e. doo files, per-package module names)
31-
# Disable for now
32-
# - windows-latest
28+
- windows-latest
3329
- macos-12
3430
python:
3531
- 3.8

0 commit comments

Comments
 (0)