Skip to content

Commit

Permalink
Schism dependencies need to be installed as well as it is imported in…
Browse files Browse the repository at this point in the history
… model.py
  • Loading branch information
rafa-guedes committed Apr 19, 2024
1 parent 1902884 commit f9fa0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx_docs_to_gh_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
sudo apt install pandoc
python -m pip install --upgrade pip
pip install .[docs]
pip install .[docs,schism]
- name: Build the docs
run: |
cd docs
Expand Down

0 comments on commit f9fa0ae

Please sign in to comment.