Skip to content

Commit

Permalink
Ensure that docs dependencies are installed for continuous integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Jan 6, 2024
1 parent e52c872 commit 80352b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install Package Dependencies
run: |
poetry run python -m pip install --upgrade pip
poetry install
poetry install --with docs,optional,graphviz,meshing
poetry run python -c "import imageio;imageio.plugins.freeimage.download()"
shell: bash
- name: Build Documentation
Expand Down

0 comments on commit 80352b6

Please sign in to comment.