Skip to content

Commit

Permalink
disable fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Feb 1, 2024
1 parent 7d1badc commit d7807ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
needs:
- build_purepy_wheels
strategy:
fail-fast: false
matrix:
include:
- python-version: '3.7'
Expand Down Expand Up @@ -280,4 +281,4 @@ jobs:
# --secret=EROTEMIC_TWINE_USERNAME=$EROTEMIC_TWINE_USERNAME \
# --secret=EROTEMIC_CI_SECRET=$EROTEMIC_CI_SECRET \
# --secret=EROTEMIC_TEST_TWINE_USERNAME=$EROTEMIC_TEST_TWINE_USERNAME \
# --secret=EROTEMIC_TEST_TWINE_PASSWORD=$EROTEMIC_TEST_TWINE_PASSWORD
# --secret=EROTEMIC_TEST_TWINE_PASSWORD=$EROTEMIC_TEST_TWINE_PASSWORD

0 comments on commit d7807ca

Please sign in to comment.