Skip to content

Commit 865ceff

Browse files
committed
fix: project root install is required for build
1 parent 855fee4 commit 865ceff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
virtualenvs-in-project: true
3434
# install dependencies
3535
- name: Install dependencies
36-
run: poetry install --no-interaction --no-ansi --no-root --only sphinx
36+
run: poetry install --no-interaction --no-ansi --only sphinx
3737
# build package
3838
- name: Build package
3939
run: |

0 commit comments

Comments
 (0)