From 450339ca9e18e188641dba20748844c62e663db1 Mon Sep 17 00:00:00 2001 From: Lynne Jones Date: Wed, 9 Oct 2024 14:58:09 -0700 Subject: [PATCH] Updated doc workflow --- .github/workflows/build_docs.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml index be42ca50..4d337474 100644 --- a/.github/workflows/build_docs.yaml +++ b/.github/workflows/build_docs.yaml @@ -30,23 +30,8 @@ jobs: run: | mamba install --quiet pip mamba install --quiet --file=requirements.txt - - - name: conda list 1 - shell: bash -l {0} - run: | - conda list - - - name: configure conda and install requirements - shell: bash -l {0} - run: | pip install "documenteer[guide]" - - name: conda list 2 - shell: bash -l {0} - run: | - conda list - - - name: install rubin_sim shell: bash -l {0} run: |