Skip to content

Commit 4fae201

Browse files
committed
set fail-fast to false
1 parent 8c1f178 commit 4fae201

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
VERSIONMAP: '{"3.6": "36", "3.7": "37", "3.8": "38", "3.9": "39"}'
1212

1313
strategy:
14+
fail-fast: false # don't cancel other matrix jobs when one fails
1415
matrix:
1516
os: [ubuntu-latest, macos-latest, windows-latest]
1617
python-version: [3.6, 3.7, 3.8, 3.9]

0 commit comments

Comments
 (0)