mirror of https://github.com/MISP/PyMISP
chg: disable fail fast in GHA
parent
aa8e7a243f
commit
b8949399ad
|
@ -11,6 +11,7 @@ jobs:
|
|||
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.8, 3.9, '3.10', '3.11']
|
||||
|
||||
|
|
Loading…
Reference in New Issue