We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db2cb2 commit 9304b9aCopy full SHA for 9304b9a
1 file changed
.github/workflows/cd.yml
@@ -138,11 +138,12 @@ jobs:
138
with:
139
miniconda-version: "latest"
140
python-version: 3.11
141
- environment-file: .conda/environment.yml
142
- activate-environment: moppy_env
143
auto-update-conda: false
144
- auto-activate-base: false
+ auto-activate-base: true
145
show-channel-urls: true
+ - name: Install conda-build tools into base
+ shell: bash -l {0}
146
+ run: conda install -n base -c conda-forge conda-build conda-verify anaconda-client -y
147
- name: Build and upload the conda package
148
uses: ACCESS-NRI/action-build-and-upload-conda-packages@d97711bc4445ba5c4de55f5a1bccbd4815286289
149
0 commit comments