Skip to content

Commit

Permalink
ci(python_package.yml): increase verbosity of tox commands to improve…
Browse files Browse the repository at this point in the history
… debugging and output clarity
  • Loading branch information
NodeJSmith committed Jun 13, 2024
1 parent c09ee88 commit cf44695
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
pip install tox
- name: Run tests
run: tox -e ${{ matrix.python-version }} -v
run: tox -e ${{ matrix.python-version }} -vv

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

- name: Run build checks
run: tox -e build -v
run: tox -e build -vv

0 comments on commit cf44695

Please sign in to comment.