We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93da0d3 commit 66c9ed4Copy full SHA for 66c9ed4
.github/workflows/tests.yml
@@ -52,7 +52,7 @@ jobs:
52
run: |
53
source $HOME/.poetry/env
54
poetry run pytest -q tests
55
- poetry install
+ poetry install -vvv
56
57
MacOS:
58
needs: Linting
0 commit comments