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 ed12484 commit 48b785bCopy full SHA for 48b785b
1 file changed
.github/workflows/build-and-test.yml
@@ -44,7 +44,6 @@ jobs:
44
run: |
45
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
49
export CONDA_OVERRIDE_OSX=11.0
50
elif [ "${{ matrix.target_arch }}" = linux-64 ]; then
0 commit comments