Skip to content

Commit

Permalink
devops: don't fast-fail on conda publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Aug 9, 2023
1 parent 531cf73 commit ef8e463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
deploy-conda:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit ef8e463

Please sign in to comment.