Skip to content

Commit

Permalink
Merge pull request #67 from chrisburr/cf-micromamba
Browse files Browse the repository at this point in the history
Get micromamba from conda-forge again
  • Loading branch information
chrisburr authored Feb 28, 2022
2 parents 3364478 + 6445260 commit c531348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
use-mamba: true
- name: Create installer
run: |
CONDA_SUBDIR=${{ matrix.target_arch }} mamba create -c chrisburr/label/micromamba-dev --name constructor-${{ matrix.target_arch }} micromamba
CONDA_SUBDIR=${{ matrix.target_arch }} mamba create --name constructor-${{ matrix.target_arch }} 'micromamba>=0.22'
CONDA_STANDALONE_PATH="$(conda info --envs | grep constructor-${{ matrix.target_arch }} | sed -E 's@([^ ]+ +)@@g')/bin/micromamba"
pip install git+http://github.com/chrisburr/constructor.git@miniforge-2022-02-17
constructor . --platform="${{ matrix.target_arch }}" --conda-exe="${CONDA_STANDALONE_PATH}"
Expand Down

0 comments on commit c531348

Please sign in to comment.