From 61a5e1a118ef8282767d2648aa476b9ce9f75a10 Mon Sep 17 00:00:00 2001 From: Merlin Dumeur Date: Thu, 6 Jul 2023 13:42:03 -0400 Subject: [PATCH] Figuring out what goes wrong --- .github/workflows/doc.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 5b1c383..a10a0ee 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -31,12 +31,13 @@ jobs: use-only-tar-bz2: true - name: Build doc run: | + conda activate test conda install -c conda-forge sphinx numpydoc pydata-sphinx-theme - which conda - which python + which pip pip install -e . cd doc - export SPHINXBUILD=$CONDA/envs/test/bin/sphinx-build + ls $CONDA/envs + export SPHINXBUILD=/usr/share/miniconda/envs/test/bin/sphinx-build make html upload-docs: