From 9536a38e4c132f368457ed1c06580e869ad5e2d9 Mon Sep 17 00:00:00 2001 From: Mark Wang <71631906+markwang0@users.noreply.github.com> Date: Wed, 20 Nov 2024 19:48:07 -0600 Subject: [PATCH] change doc action to install regular skfmm --- .github/workflows/documenation.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/documenation.yml b/.github/workflows/documenation.yml index f84b7de..a91b234 100644 --- a/.github/workflows/documenation.yml +++ b/.github/workflows/documenation.yml @@ -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