Skip to content

Commit

Permalink
Fail in CI when Python version not found
Browse files Browse the repository at this point in the history
  • Loading branch information
meshy committed Feb 13, 2024
1 parent 9258dbf commit 2f5a097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
run: make install

- name: Run the tests
run: tox --parallel --parallel-no-spinner
run: tox --parallel --parallel-no-spinner --skip-missing-interpreters=false
env:
DATABASE_URL: postgres://postgres:postgres@localhost/django_integrity

0 comments on commit 2f5a097

Please sign in to comment.