diff --git a/.github/workflows/installers-conda.yml b/.github/workflows/installers-conda.yml index 4f940b854c8..ce9f7d7fb9e 100644 --- a/.github/workflows/installers-conda.yml +++ b/.github/workflows/installers-conda.yml @@ -229,8 +229,8 @@ jobs: python build_conda_pkgs.py --build spyder - name: Create Local Conda Channel - if: env.USE_SUBREPOS == 'true' || env.IS_RELEASE == 'false' run: | + mkdir -p $CONDA_BLD_PATH conda config --set bld_path $CONDA_BLD_PATH conda index $CONDA_BLD_PATH mamba search -c local --override-channels || true