Skip to content

Commit

Permalink
Fix 'tox: command not found'
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 14, 2024
1 parent 8b5af7b commit 67df4cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
- name: Tox tests
run: |
tox -e py
.venv/bin/tox -e py
- name: Test CLI
run: |
tox -e cli
.venv/bin/tox -e cli
- name: Upload coverage
uses: codecov/[email protected]
Expand Down

0 comments on commit 67df4cb

Please sign in to comment.