Skip to content

Commit a01b271

Browse files
author
Lucas McDonald
committed
m
1 parent bd2e20c commit a01b271

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_test_python.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ on:
2222
jobs:
2323
testPython:
2424
strategy:
25+
fail-fast: false
2526
matrix:
2627
library: [DynamoDbEncryption]
2728
python-version: ["3.11", "3.12", "3.13"]
@@ -30,7 +31,7 @@ jobs:
3031
ubuntu-22.04,
3132
# Dafny-transpiled Python tests use a PYTHONPATH hack that doesn't work on Windows.
3233
# Windows is tested with non-Dafny-transpiled Python tests.
33-
windows-latest
34+
# windows-latest
3435
]
3536
runs-on: ${{ matrix.os }}
3637
permissions:

0 commit comments

Comments
 (0)