Skip to content

Commit

Permalink
Merge pull request #170 from ACCESS-NRI/davide/fix_CD
Browse files Browse the repository at this point in the history
Fixed path for conda environment that was making CD fail.
  • Loading branch information
blimlim authored Dec 5, 2024
2 parents 744ba64 + 5eaa895 commit 439eee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
miniconda-version: "latest"
python-version: ${{ vars.PY_VERSION }}
environment-file: conda/env_build.yml
environment-file: .conda/env_build.yml
auto-update-conda: false
auto-activate-base: false
show-channel-urls: true
Expand Down

0 comments on commit 439eee3

Please sign in to comment.