File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,14 +42,12 @@ 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
46- CONDA_STANDALONE_PATH="$(conda info --envs | grep constructor-${{ matrix.target_arch }} | sed -E 's@([^ ]+ +)@@g')/bin/micromamba"
4745 if [ "${{ matrix.target_arch }}" = osx-64 ]; then
4846 export CONDA_OVERRIDE_OSX=11.0
4947 elif [ "${{ matrix.target_arch }}" = linux-64 ]; then
5048 export CONDA_OVERRIDE_GLIBC=2.17
5149 fi
52- CONDA_SUBDIR=${{ matrix.target_arch }} constructor . --platform="${{ matrix.target_arch }}" --conda-exe="${CONDA_STANDALONE_PATH}"
50+ CONDA_SUBDIR=${{ matrix.target_arch }} constructor . --platform="${{ matrix.target_arch }}"
5351 - name : Upload installer
5452 uses : actions/upload-artifact@v4
5553 with :
You can’t perform that action at this time.
0 commit comments