Skip to content

Commit

Permalink
Allow jobs run with -dev Python versions and with Django main to fail…
Browse files Browse the repository at this point in the history
… without failing the entire test run
  • Loading branch information
blag committed Sep 19, 2023
1 parent 1d35eb0 commit 0cce6bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
python -m pip install --upgrade tox tox-gh-actions
- name: Tox tests
continue-on-error: ${{ endsWith(matrix.python-version, '-dev') && matrix.django-version == 'main' }}
run: |
tox -v
env:
Expand Down

0 comments on commit 0cce6bb

Please sign in to comment.