Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 committed Nov 18, 2024
1 parent 2e36950 commit dc1d015
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 @@ -117,15 +117,15 @@ jobs:
with:
path: ~/conda_pkgs_dir
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{
hashFiles('conda-env/ci.yml') }}
hashFiles('conda-env/dev.yml') }}

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

Expand Down

0 comments on commit dc1d015

Please sign in to comment.