Skip to content

Commit

Permalink
fix minoforge issue in cache job (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfir4444 authored Nov 21, 2024
2 parents b88b28b + 6544cd0 commit 74e663c
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 74e663c

Please sign in to comment.