Skip to content

Commit e97d3f1

Browse files
committed
Remove verbosity.
1 parent e2349f0 commit e97d3f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: uv sync --all-extras -p ${{ matrix.python-version }}
3030

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

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

0 commit comments

Comments
 (0)