Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar authored Feb 5, 2024
1 parent 3e1d390 commit 8f28b63
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ jobs:

- name: Install poetry
run: |
pip install pipx
pipx install poetry
export PATH="/github/home/.local/share/pipx/venvs/poetry/bin/:$PATH"
apt update
apt upgrade
apt install curl
curl -sSL https://install.python-poetry.org | python3 -
poetry --version
- name: sphinx
run: |
poetry install --with docs
Expand Down

0 comments on commit 8f28b63

Please sign in to comment.