We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6eb0d9 commit 15099ffCopy full SHA for 15099ff
.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 }} 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'
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/[email protected]
48
if [ "${{ matrix.target_arch }}" = osx-64 ]; then
0 commit comments