Skip to content

Commit 9b05ee3

Browse files
fix merge
1 parent 17523b0 commit 9b05ee3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ jobs:
2525
matrix:
2626
os:
2727
- ubuntu-latest
28-
- windows-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
2933
- macos-12
3034
python:
3135
- 3.8

0 commit comments

Comments
 (0)