Skip to content

Commit

Permalink
Fix mamba build
Browse files Browse the repository at this point in the history
  • Loading branch information
tayden committed Dec 3, 2024
1 parent 5b14c92 commit 4b0fe95
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/_conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,9 @@ jobs:
channel-priority: true
auto-update-conda: true
activate-environment: my-env
miniforge-variant: Miniforge3
use-mamba: true

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

- name: Build package
run: |
Expand Down

0 comments on commit 4b0fe95

Please sign in to comment.