Skip to content

Commit ed12484

Browse files
authored
Change micromamba version specification in workflow
Updated micromamba version specification in the installer creation step.
1 parent 48105c6 commit ed12484

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 }} conda create --name constructor-${{ matrix.target_arch }} 'micromamba>=0.22,<2'
45+
CONDA_SUBDIR=${{ matrix.target_arch }} conda create --name constructor-${{ matrix.target_arch }} micromamba
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/constructor.git@3.3.1
4848
if [ "${{ matrix.target_arch }}" = osx-64 ]; then

0 commit comments

Comments
 (0)