Skip to content

Commit 506d22b

Browse files
authored
Merge pull request #266 from joe733/workshop
fix: project root install is required for build
2 parents 855fee4 + 865ceff commit 506d22b

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)