Skip to content

Commit

Permalink
chore: add poetry install to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
skonik committed Jul 20, 2024
1 parent 6087cde commit 55049a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_parser
pip install poetry
poetry install
- name: Sphinx build
run: |
sphinx-build docs _build
Expand Down

0 comments on commit 55049a2

Please sign in to comment.