Skip to content

Commit

Permalink
Debugging, no fail fast, run all CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley committed Jun 3, 2024
1 parent 282a005 commit 3cf5b76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true
cancel-in-progress: true

jobs:
code:
Expand Down Expand Up @@ -53,6 +53,7 @@ jobs:
name: ${{ matrix.platform }} py${{ matrix.python-version }}
runs-on: ${{ matrix.platform }}
strategy:
fail-fast: false
matrix:
platform: [ ubuntu-latest, windows-latest, macos-latest ]
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
Expand Down

0 comments on commit 3cf5b76

Please sign in to comment.