Skip to content

Commit cec0678

Browse files
committed
GA: do not fail fast
1 parent 937626d commit cec0678

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
continue-on-error: ${{ matrix.python-version == 'pypy-3.7' }}
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
python-version: [3.7, 3.8, 3.9, "3.10", "pypy-3.7"]
1718
steps:

0 commit comments

Comments
 (0)