We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 855fee4 + 865ceff commit 506d22bCopy full SHA for 506d22b
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
virtualenvs-in-project: true
34
# install dependencies
35
- name: Install dependencies
36
- run: poetry install --no-interaction --no-ansi --no-root --only sphinx
+ run: poetry install --no-interaction --no-ansi --only sphinx
37
# build package
38
- name: Build package
39
run: |
0 commit comments