Skip to content

Commit

Permalink
Remove verbosity.
Browse files Browse the repository at this point in the history
  • Loading branch information
amjith committed Sep 8, 2024
1 parent e2349f0 commit e97d3f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: uv sync --all-extras -p ${{ matrix.python-version }}

- name: Run unit tests
run: uv run --verbose tox -e py${{ matrix.python-version }}
run: uv run tox -e py${{ matrix.python-version }}

- name: Run Style Checks
run: uv run --verbose tox -e style
run: uv run tox -e style

0 comments on commit e97d3f1

Please sign in to comment.