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 d99d367 commit 3fe93dbCopy full SHA for 3fe93db
1 file changed
.github/workflows/cd.yml
@@ -75,10 +75,9 @@ jobs:
75
uses: conda-incubator/setup-miniconda@v3
76
with:
77
auto-activate-base: true
78
- use-mamba: true
79
- name: Install conda build tools
80
run: |
81
- micromamba install -y conda-build anaconda-client boa
+ conda install -y conda-build anaconda-client boa
82
- name: Build and upload the conda package
83
uses: ACCESS-NRI/action-build-and-upload-conda-packages@d97711bc4445ba5c4de55f5a1bccbd4815286289
84
0 commit comments