Skip to content

Commit

Permalink
ci(python_package.yml): remove verbose flag from tox commands to redu…
Browse files Browse the repository at this point in the history
…ce log output
  • Loading branch information
NodeJSmith committed Jun 13, 2024
1 parent eefb5b3 commit bbf91e6
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 }} -vv
run: tox -e ${{ matrix.python-version }}

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

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

0 comments on commit bbf91e6

Please sign in to comment.