Skip to content

Commit

Permalink
GHA: don't fail fast (MESMER-group#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathause authored Feb 28, 2024
1 parent e0c8548 commit 4cd57fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
name: py${{ matrix.python-version }} ${{ matrix.env }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.9", "3.11", "3.12"]
Expand Down

0 comments on commit 4cd57fd

Please sign in to comment.