Skip to content

Commit

Permalink
Fix Conda build GHA (#94)
Browse files Browse the repository at this point in the history
* Add boa to make mamba build work

* Update action to fix it?

* Use conda mambabuild
  • Loading branch information
tayden authored Jan 17, 2024
1 parent aa7f8b6 commit 52df121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
use-mamba: true

- name: Install build packages
run: mamba install -y anaconda-client conda-build conda-verify
run: mamba install -y boa anaconda-client

- name: Build package
run: |
cd conda
mamba build --output-folder . .
conda mambabuild --output-folder . .
- name: Publish package
if: inputs.should-upload
Expand Down

0 comments on commit 52df121

Please sign in to comment.