Skip to content

Commit

Permalink
change doc action to install regular skfmm
Browse files Browse the repository at this point in the history
  • Loading branch information
markwang0 authored Nov 21, 2024
1 parent a8281f6 commit 9536a38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/documenation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install -y pandoc
pip install sphinx sphinx_rtd_theme myst_parser furo nbsphinx
pip install sphinx sphinx_rtd_theme myst_parser furo nbsphinx scikit-fmm
pip install -r requirements.txt
pip install git+https://github.com/scikit-fmm/scikit-fmm.git@meson
- name: Sphinx build
run: |
sphinx-build -E doc _build
Expand Down

0 comments on commit 9536a38

Please sign in to comment.