From 4284a22ec8440cad28738005a6aa0009408253a3 Mon Sep 17 00:00:00 2001 From: Taylor Denouden Date: Wed, 17 Jan 2024 14:32:36 -0800 Subject: [PATCH] Add boa to make mamba build work --- .github/workflows/_conda-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_conda-build.yml b/.github/workflows/_conda-build.yml index e90a41c..f152f15 100644 --- a/.github/workflows/_conda-build.yml +++ b/.github/workflows/_conda-build.yml @@ -56,7 +56,7 @@ jobs: use-mamba: true - name: Install build packages - run: mamba install -y anaconda-client conda-build conda-verify + run: mamba install -y anaconda-client conda-build conda-verify boa - name: Build package run: |