Skip to content

Commit

Permalink
Miniforge releases will NOT build Mambaforge
Browse files Browse the repository at this point in the history
  • Loading branch information
kfir4444 committed Nov 20, 2024
1 parent f20c453 commit 39ab08c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/cont_int.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,15 @@ jobs:
path: ~/conda_pkgs_dir
key:
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment.yml') }}
- name: Setup ARC Env
uses: conda-incubator/setup-miniconda@v2

- name: Set up miniconda
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
auto-update-conda: true
environment-file: environment.yml
activate-environment: arc_env
use-mamba: true
miniconda-version: latest
conda-solver: libmamba

- name: Cache ARC env
uses: actions/cache@v2
Expand Down

0 comments on commit 39ab08c

Please sign in to comment.