Prevent github fail fast
This commit is contained in:
parent
5ffa45c3c5
commit
17adf4e6f2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pythonpackage.yml
vendored
1
.github/workflows/pythonpackage.yml
vendored
|
@ -14,6 +14,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
max-parallel: 9
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8]
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
|
|
Loading…
Reference in a new issue