From 0e4fcf9cf58be417991c902bbfd6429dacc7a9bf Mon Sep 17 00:00:00 2001 From: kfir4444 Date: Wed, 20 Nov 2024 10:13:16 +0200 Subject: [PATCH] test: https://github.com/conda-incubator/setup-miniconda?tab=readme-ov-file#example-6-mamba --- .github/workflows/gh-pages.yml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 4c2250d350..bab9728664 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -27,14 +27,22 @@ jobs: large-packages: true swap-storage: true + # - name: Setup Mambaforge Python 3.7 + # uses: conda-incubator/setup-miniconda@v2 + # with: + # environment-file: environment.yml + # miniforge-variant: Miniforge + # activate-environment: arc_env + # python-version: 3.7 + # use-mamba: true + - name: Setup Mambaforge Python 3.7 - uses: conda-incubator/setup-miniconda@v2 - with: - environment-file: environment.yml - miniforge-variant: Miniforge - activate-environment: arc_env - python-version: 3.7 - use-mamba: true + uses: conda-incubator/setup-miniconda@v3 + with: + python-version: 3.7 + mamba-version: "*" + activate-environment: anaconda-client-env + environment-file: environment.yml # - name: Update environment # run: |