Skip to content

Commit

Permalink
Use mamba for conda in action
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Feb 27, 2024
1 parent a39e1b1 commit ff37a62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ jobs:
channels: conda-forge,defaults
channel-priority: strict
show-channel-urls: true
miniforge-variant: Mambaforge
use-mamba: true

- name: Update pip/wheel infrastructure
shell: bash -l {0}
run: |
conda install -y -q pip wheel
mamba install -y -q pip wheel
pip install uv
- name: Install dependencies
Expand Down

0 comments on commit ff37a62

Please sign in to comment.