Skip to content

Commit

Permalink
updatae action to include poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
mccrindlebrian committed Dec 17, 2024
1 parent 8bca516 commit b9af261
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sphinx-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
with:
poetry-version: "1.8.4" # Use the desired Poetry version

- name: Install Dependencies
run: |
poetry install --no-root
- name: Build HTML
run: |
cd docs/
Expand Down

0 comments on commit b9af261

Please sign in to comment.