From 64d48ea5e058d9f24d45543b4efdfda51ed71308 Mon Sep 17 00:00:00 2001 From: Nico Date: Mon, 4 Dec 2023 14:33:01 +0100 Subject: [PATCH] add conda path --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f04b53a..5e695857 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,6 +66,8 @@ jobs: - uses: ammaraskar/sphinx-action@master with: docs-folder: "docs/" + env: + CONDA_PREFIX: /usr/share/miniconda # Great extra actions to compose with: # Create an artifact of the html output. - uses: actions/upload-artifact@v1