Skip to content

Commit

Permalink
Don't install root package
Browse files Browse the repository at this point in the history
  • Loading branch information
tymees authored Jan 6, 2025
1 parent d2b36af commit 5e84cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade poetry
poetry install -n --all-extras
poetry install -n --all-extras --no-root
- name: Build
env:
UUDHL_PAT: ${{ secrets.UUDHL_PAT }}
Expand Down

0 comments on commit 5e84cab

Please sign in to comment.