From b7e79b38435570d9d7e1796a1f606178eaba03c9 Mon Sep 17 00:00:00 2001 From: Ryan Clary <9618975+mrclary@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:55:47 -0700 Subject: [PATCH] Always create the local channel, even if empty --- .github/workflows/installers-conda.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/installers-conda.yml b/.github/workflows/installers-conda.yml index c1630bb25e8..ce9f7d7fb9e 100644 --- a/.github/workflows/installers-conda.yml +++ b/.github/workflows/installers-conda.yml @@ -230,6 +230,7 @@ jobs: - name: Create Local Conda Channel 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