mirror of https://github.com/CIRCL/lookyloo
chg: Disable fail fast in GHA
parent
06d707a4dc
commit
28cf1ef6e0
|
@ -11,6 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.8", "3.9", "3.10"]
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ jobs:
|
|||
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.8", "3.9", "3.10"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue