We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5300e34 commit e050b93Copy full SHA for e050b93
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
run: poetry install
51
shell: bash
52
- name: Test with Pytest
53
- run: poetry run pytest --log-level=DEBUG -vv -s
+ run: poetry run pytest --log-cli-level=DEBUG -vv -s
54
55
release:
56
runs-on: ubuntu-latest
0 commit comments