Skip to content

Commit

Permalink
ci/docs: bootstrap poetry before python-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Mar 4, 2024
1 parent 08b762f commit 1b0f079
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
with:
repository: python-poetry/website

- name: Bootstrap poetry
run: pipx install poetry

- name: Checkout Poetry Source
uses: actions/checkout@v4
with:
Expand All @@ -55,7 +58,6 @@ jobs:

- name: Fetch Documentation
run: |
pipx install poetry
poetry install --no-root --only main
poetry run python bin/website build --local ./poetry
Expand Down

0 comments on commit 1b0f079

Please sign in to comment.