We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2349f0 commit e97d3f1Copy full SHA for e97d3f1
1 file changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
run: uv sync --all-extras -p ${{ matrix.python-version }}
30
31
- name: Run unit tests
32
- run: uv run --verbose tox -e py${{ matrix.python-version }}
+ run: uv run tox -e py${{ matrix.python-version }}
33
34
- name: Run Style Checks
35
- run: uv run --verbose tox -e style
+ run: uv run tox -e style
0 commit comments