Skip to content

Commit 3fe93db

Browse files
committed
Switch from micromamba to conda for installing build tools in CI workflow
1 parent d99d367 commit 3fe93db

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,9 @@ jobs:
7575
uses: conda-incubator/setup-miniconda@v3
7676
with:
7777
auto-activate-base: true
78-
use-mamba: true
7978
- name: Install conda build tools
8079
run: |
81-
micromamba install -y conda-build anaconda-client boa
80+
conda install -y conda-build anaconda-client boa
8281
- name: Build and upload the conda package
8382
uses: ACCESS-NRI/action-build-and-upload-conda-packages@d97711bc4445ba5c4de55f5a1bccbd4815286289
8483
with:

0 commit comments

Comments
 (0)