Skip to content

Commit

Permalink
ci: tox - skip missing interpreters also at setup
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Mar 3, 2025
1 parent 2682b84 commit ad8c5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
env:
TOX_GH_MAJOR_MINOR: ${{ matrix.python }}
run: |
tox run -vv --notest --skip-missing-interpreters false
tox run -vv --notest --skip-missing-interpreters true
- name: Run tests
env:
Expand Down

0 comments on commit ad8c5f0

Please sign in to comment.