Skip to content

Commit

Permalink
Use normal output level again in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrlpld committed Jan 22, 2024
1 parent 8f18acd commit d36ff84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
python -m pip install .[ci]
- name: Test
run: tox -vv
run: tox
env:
DB: sqlite
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit d36ff84

Please sign in to comment.