Skip to content

Commit

Permalink
fix: poetry --no-root
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiewior committed Dec 18, 2024
1 parent 90f202d commit 14a3d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ env.POETRY_VERSION }}
- run: poetry lock --no-update && poetry install
- run: poetry lock --no-update && poetry install --no-root
- name: Install polars-bio
run: pip install polars-bio
- name: Deploy docs
Expand Down

0 comments on commit 14a3d6a

Please sign in to comment.