Commit 5ec1fb25 authored by Hugo van Kemenade's avatar Hugo van Kemenade

Don't let one failure cancel all the other jobs

parent 22e15d9d
...@@ -16,6 +16,7 @@ jobs: ...@@ -16,6 +16,7 @@ jobs:
${{ matrix.os }} ${{ matrix.os }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false
# max-parallel: 5 # max-parallel: 5
matrix: matrix:
python-version: python-version:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment