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:
${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
# max-parallel: 5
matrix:
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