Skip to content

Commit

Permalink
do not cancel test matrix on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds committed Jan 16, 2025
1 parent dee7c50 commit 13eca1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
fail-fast: false
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10"]
zarr-version: [">=2,<3", ">2,<=3"]
Expand Down

0 comments on commit 13eca1b

Please sign in to comment.