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 b2dbfdc commit 63d1599Copy full SHA for 63d1599
1 file changed
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Set up the project
42
run: |
43
pip install poetry
44
- poetry install -vvv || { rm -rf .venv; poetry install -vvv; }
+ poetry install -v || { rm -rf .venv; poetry install -v; }
45
poetry update
46
47
- name: Check if the documentation builds correctly
@@ -85,7 +85,7 @@ jobs:
85
86
87
88
89
90
91
- name: Run the test suite
0 commit comments