Skip to content

Commit

Permalink
add verbose flags to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
NodeJSmith committed Jun 13, 2024
1 parent 764e61c commit c9ce530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
pip install tox
- name: Run tests
run: tox --skip-env lint
run: tox --skip-env lint -v

- name: Run lint checks
run: tox -e lint
run: tox -e lint -v

0 comments on commit c9ce530

Please sign in to comment.