Skip to content

Commit 9304b9a

Browse files
committed
Update conda setup: enable base environment activation and install conda-build tools
1 parent 1db2cb2 commit 9304b9a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/cd.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,12 @@ jobs:
138138
with:
139139
miniconda-version: "latest"
140140
python-version: 3.11
141-
environment-file: .conda/environment.yml
142-
activate-environment: moppy_env
143141
auto-update-conda: false
144-
auto-activate-base: false
142+
auto-activate-base: true
145143
show-channel-urls: true
144+
- name: Install conda-build tools into base
145+
shell: bash -l {0}
146+
run: conda install -n base -c conda-forge conda-build conda-verify anaconda-client -y
146147
- name: Build and upload the conda package
147148
uses: ACCESS-NRI/action-build-and-upload-conda-packages@d97711bc4445ba5c4de55f5a1bccbd4815286289
148149
with:

0 commit comments

Comments
 (0)