Skip to content

Commit

Permalink
Try using environment yml instead of lock file for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Sep 25, 2024
1 parent c68b72d commit 4e5e7fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: "Install Conda environment"
uses: "mamba-org/setup-micromamba@v1"
with:
environment-file: "conda-lock.yml"
# 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: true
Expand Down

0 comments on commit 4e5e7fa

Please sign in to comment.