Skip to content

Commit

Permalink
Use conda instead of mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr authored Nov 21, 2024
1 parent c6eb0d9 commit 15099ff
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 @@ -42,7 +42,7 @@ jobs:
environment-file: scripts/environment.yml
- name: Create installer
run: |
CONDA_SUBDIR=${{ matrix.target_arch }} mamba create --name constructor-${{ matrix.target_arch }} 'micromamba>=0.22'
CONDA_SUBDIR=${{ matrix.target_arch }} conda 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/conda/[email protected]
if [ "${{ matrix.target_arch }}" = osx-64 ]; then
Expand Down

0 comments on commit 15099ff

Please sign in to comment.