Skip to content

Commit

Permalink
fix minoforge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kfir4444 committed Nov 20, 2024
1 parent b88b28b commit 6544cd0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/update-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,13 @@ 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
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 6544cd0

Please sign in to comment.