Skip to content

Commit 439eee3

Browse files
authored
Merge pull request #170 from ACCESS-NRI/davide/fix_CD
Fixed path for conda environment that was making CD fail.
2 parents 744ba64 + 5eaa895 commit 439eee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
miniconda-version: "latest"
4444
python-version: ${{ vars.PY_VERSION }}
45-
environment-file: conda/env_build.yml
45+
environment-file: .conda/env_build.yml
4646
auto-update-conda: false
4747
auto-activate-base: false
4848
show-channel-urls: true

0 commit comments

Comments
 (0)