Skip to content

Commit 1e9db3b

Browse files
debug windows fail
1 parent 8dd0303 commit 1e9db3b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@ jobs:
2424
fail-fast: true
2525
matrix:
2626
os:
27-
# - ubuntu-latest
28-
- windows-latest
29-
# - macos-latest
27+
- ubuntu-latest
28+
# Windows fails due to "No module named 'Wrappers'"
29+
# This SHOULD be fixed once Dafny generates fully-qualified import statements
30+
# Disable for now
31+
# - windows-latest
32+
- macos-latest
3033
python:
3134
- 3.7
3235
- 3.8

src/aws_encryption_sdk/streaming_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
from aws_cryptographic_materialproviders.mpl.references import IKeyring
8080
_HAS_MPL = True
8181
except ImportError as e:
82-
print("IMPORT ERROR" + str(e))
8382
_HAS_MPL = False
8483

8584
_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)