From 0c7c769085b8ae149167f9f04dde5a165790eb7d Mon Sep 17 00:00:00 2001 From: Facundo Sapienza Date: Sat, 9 Sep 2023 17:18:52 -0700 Subject: [PATCH] remove conda env from build book --- .github/workflows/book.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index a776e8b..748a8f5 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -41,8 +41,8 @@ jobs: - name: Build the book 📘 run: | jupyter-book build . - env: - PYTHON : /home/runner/micromamba/envs/paleosampling/bin/python + # env: + # PYTHON : /home/runner/micromamba/envs/paleosampling/bin/python # Push the book's HTML to github-pages - name: GitHub Pages action uses: peaceiris/actions-gh-pages@v3