Skip to content

Commit

Permalink
Fix updated environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudyOverhead committed Aug 12, 2023
1 parent 78e537a commit 68e7118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
conda-${{ hashFiles('environment.yml') }}-${{ env.DATE }}-${{ env.CACHE_NUMBER }}

- name: Update environment
run: mamba env update -n my-env -f environment.yml
run: mamba env update -n core-analysis -f environment.yml
if: steps.cache.outputs.cache-hit != 'true'

- uses: actions/setup-node@v3
Expand Down

0 comments on commit 68e7118

Please sign in to comment.