Skip to content

Commit

Permalink
Merge pull request #266 from joe733/workshop
Browse files Browse the repository at this point in the history
fix: project root install is required for build
  • Loading branch information
yozachar authored Apr 13, 2023
2 parents 855fee4 + 865ceff commit 506d22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
virtualenvs-in-project: true
# install dependencies
- name: Install dependencies
run: poetry install --no-interaction --no-ansi --no-root --only sphinx
run: poetry install --no-interaction --no-ansi --only sphinx
# build package
- name: Build package
run: |
Expand Down

0 comments on commit 506d22b

Please sign in to comment.