Skip to content

Commit 9455221

Browse files
authored
Change fail-fast to true (#72)
fail fast true
1 parent da9d271 commit 9455221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
runs-on: ubuntu-latest
1616
strategy:
17-
fail-fast: false
17+
fail-fast: true
1818
matrix:
1919
python-version: ["3.8", "3.9", "3.10", "3.11"]
2020

0 commit comments

Comments
 (0)