Skip to content

Commit 15099ff

Browse files
authored
Use conda instead of mamba
1 parent c6eb0d9 commit 15099ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
environment-file: scripts/environment.yml
4343
- name: Create installer
4444
run: |
45-
CONDA_SUBDIR=${{ matrix.target_arch }} mamba create --name constructor-${{ matrix.target_arch }} 'micromamba>=0.22'
45+
CONDA_SUBDIR=${{ matrix.target_arch }} conda create --name constructor-${{ matrix.target_arch }} 'micromamba>=0.22'
4646
CONDA_STANDALONE_PATH="$(conda info --envs | grep constructor-${{ matrix.target_arch }} | sed -E 's@([^ ]+ +)@@g')/bin/micromamba"
4747
pip install git+http://github.com/conda/[email protected]
4848
if [ "${{ matrix.target_arch }}" = osx-64 ]; then

0 commit comments

Comments
 (0)