From 5866c1b113e0e69dae5da8ac67dedceeb9e5c9b4 Mon Sep 17 00:00:00 2001 From: kfir4444 Date: Wed, 20 Nov 2024 10:06:39 +0200 Subject: [PATCH] test miniforge again --- .github/workflows/gh-pages.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 58069e874a..4c2250d350 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -31,8 +31,7 @@ jobs: uses: conda-incubator/setup-miniconda@v2 with: environment-file: environment.yml - miniforge-variant: Mambaforge - miniforge-version: latest + miniforge-variant: Miniforge activate-environment: arc_env python-version: 3.7 use-mamba: true