Skip to content

Commit

Permalink
GH Actions: don't fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Jan 17, 2025
1 parent b69873a commit df66ff7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
bash-version:
- '3.2'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest']
python: ['3.8', '3.9', '3.10', '3.11']
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3']
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_tutorial_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ concurrency:
jobs:
test:
strategy:
fail-fast: false
matrix:
include:
- os: 'ubuntu-latest'
Expand Down

0 comments on commit df66ff7

Please sign in to comment.