ci: fail fast strategy for pytest workflow changed to false.

This commit is contained in:
Fabian Joswig 2022-10-19 13:03:23 +01:00
parent d5d75dae30
commit 4c98bed2ad
No known key found for this signature in database

View file

@ -13,7 +13,7 @@ jobs:
pytest: pytest:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: true fail-fast: false
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"] python-version: ["3.7", "3.8", "3.9", "3.10"]