Skip to content

Commit ac36902

Browse files
committed
Disable fail-fast on GitHub workflow.
1 parent 5f508f7 commit ac36902

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
python-version: ['3.6', '3.7', '3.8', '3.9']
15+
fail-fast: false
1516

1617
steps:
1718
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)