Skip to content

Commit

Permalink
ci: allow failures on 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Jul 11, 2022
1 parent d6776e6 commit 968f775
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 @@ -43,10 +43,11 @@ jobs:
nox --version
- name: Lint code and check dependencies
if: matrix.pyv != '3.11-dev'
continue-on-error: ${{ matrix.pyv == '3.11-dev' }}
run: nox -s lint safety

- name: Run tests
continue-on-error: ${{ matrix.pyv == '3.11-dev' }}
run: nox -s $TEST_SESSION -- --cov-report=xml
shell: bash
env:
Expand Down

0 comments on commit 968f775

Please sign in to comment.