Skip to content

Commit

Permalink
update miniconda version
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 committed Nov 18, 2024
1 parent dc4318e commit 2e36950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ jobs:
hashFiles('conda-env/ci.yml') }}

- name: Set up Conda Environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: "pcmdi_metrics_dev"
miniforge-variant: Miniforge3
miniforge-version: latest
environment-file: conda-env/dev.yml
environment-file: conda-env/ci.yml
channel-priority: strict
auto-update-conda: true

Expand Down

0 comments on commit 2e36950

Please sign in to comment.