We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48105c6 commit ed12484Copy full SHA for ed12484
1 file changed
.github/workflows/build-and-test.yml
@@ -42,7 +42,7 @@ jobs:
42
environment-file: scripts/environment.yml
43
- name: Create installer
44
run: |
45
- CONDA_SUBDIR=${{ matrix.target_arch }} conda create --name constructor-${{ matrix.target_arch }} 'micromamba>=0.22,<2'
+ CONDA_SUBDIR=${{ matrix.target_arch }} conda create --name constructor-${{ matrix.target_arch }} micromamba
46
CONDA_STANDALONE_PATH="$(conda info --envs | grep constructor-${{ matrix.target_arch }} | sed -E 's@([^ ]+ +)@@g')/bin/micromamba"
47
pip install git+http://github.com/conda/constructor.git@3.3.1
48
if [ "${{ matrix.target_arch }}" = osx-64 ]; then
0 commit comments