Skip to content

Commit 463950c

Browse files
committed
ignore errors at matrix job running
1 parent 5f6b248 commit 463950c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29+
fail-fast: false
2930
python-version: ["3.8", "3.9", "3.10", "3.11"]
3031

3132
steps:

0 commit comments

Comments
 (0)