Skip to content

Commit

Permalink
Use latest mambaforge version
Browse files Browse the repository at this point in the history
Bump up version from 4.11.0-4 to 22.9.0-2 (released 18 Nov 2022). Using 'latest' means the version of the `mamba` solver will always be up to date in the future.
  • Loading branch information
weiji14 committed Nov 21, 2022
1 parent aa58c27 commit 7e4ae71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/setupconda/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ runs:
path: ~/conda_pkgs_dir
key:
${{ runner.os }}-conda-packages-${{ env.CACHE_NUMBER }}-${{ hashFiles('conda/conda-lock.yml') }}

- name: Setup Mambaforge
uses: conda-incubator/setup-miniconda@v2
with:
miniforge-version: 4.11.0-4
miniforge-version: latest
miniforge-variant: Mambaforge
use-mamba: true
auto-update-conda: false
activate-environment: cryocloud
use-only-tar-bz2: true # IMPORTANT: This needs to be set for conda package cache to work properly!
use-only-tar-bz2: true # IMPORTANT: This needs to be set for conda package cache to work properly!

- name: Cache Entire Conda Environment
id: cache-env
uses: actions/cache@v3
Expand Down

0 comments on commit 7e4ae71

Please sign in to comment.