Skip to content

Commit

Permalink
Attempt to set pre v2 version of micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Sep 25, 2024
1 parent 00068da commit a89174d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
- name: "Install Conda environment"
uses: "mamba-org/setup-micromamba@v1"
with:
micromamba-version: '1.5.10-0' # any version from https://github.com/mamba-org/micromamba-releases
environment-file: "conda-lock.yml"
# environment-file: "environment.yml"
# When using a lock-file, we have to set an environment name.
environment-name: "pm_icecon-ci"
cache-environment: false
cache-environment: true
# Increase this key to trigger cache invalidation
# cache-environment-key: 2
cache-environment-key: 2

# Linter
- name: "Run pre-commit tests"
Expand Down

0 comments on commit a89174d

Please sign in to comment.