Skip to content

Commit 11852b7

Browse files
committed
Add fail-fast: false to github actions
1 parent 711946c commit 11852b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
jobs:
1313
build:
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
python-ver:
1718
- "3.5.4"

0 commit comments

Comments
 (0)