We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d70181 commit 2704e59Copy full SHA for 2704e59
.github/workflows/ci_run.yml
@@ -13,6 +13,7 @@ jobs:
13
build:
14
strategy:
15
max-parallel: 3
16
+ fail-fast: false
17
matrix:
18
os: [ubuntu-latest, windows-latest, macos-latest]
19
python-version: [ '3.11', '3.12' ]
0 commit comments