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 d251bee commit b2a63ddCopy full SHA for b2a63dd
1 file changed
.github/workflows/ci.yml
@@ -42,6 +42,7 @@ jobs:
42
run: |
43
pip install poetry
44
poetry install -vvv || { rm -rf .venv; poetry install -vvv; }
45
+ poetry update
46
47
- name: Check if the documentation builds correctly
48
run: poetry run duty check-docs
@@ -85,6 +86,7 @@ jobs:
85
86
87
88
89
90
91
- name: Run the test suite
92
run: poetry run duty test
0 commit comments