Skip to content

Commit

Permalink
wrong hydra package name
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneponcioni authored Sep 4, 2024
1 parent 2834114 commit e999720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_parser matplotlib numpy gmsh vtk coloredlogs fast_simplification SimpleITK hydra pyvista pandas psutil
pip install sphinx sphinx_rtd_theme myst_parser matplotlib numpy gmsh vtk coloredlogs fast_simplification SimpleITK hydra-core pyvista pandas psutil
- name: Sphinx build
run: |
cd 02_CODE/src/docs/ && make clean && make html
Expand Down

0 comments on commit e999720

Please sign in to comment.