From 5f2e420f40ead384f4857695e850998cbcd8a8a0 Mon Sep 17 00:00:00 2001 From: kfir4444 Date: Wed, 20 Nov 2024 14:11:17 +0200 Subject: [PATCH] debug env installation --- .github/workflows/gh-pages.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index a2d19b27a5..7811a4aa06 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -27,9 +27,19 @@ jobs: large-packages: true swap-storage: true - run: | - mamba env update -n arc_env -f environment.yml - conda list + - name: Set up miniconda + uses: conda-incubator/setup-miniconda@v3 + with: + auto-update-conda: true + environment-file: environment.yml + activate-environment: arc_env + miniconda-version: latest + conda-solver: libmamba + + # - name: Update environment + # run: | + # conda env update -n arc_env -f environment.yml + # conda list - name: Install LaTeX run: |