From 0eb65ef88e3675f2bcc44c0c546ceff5f9156a41 Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Thu, 22 Dec 2022 11:08:55 +0100 Subject: [PATCH] Give conda-forge higher priority --- .github/workflows/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 7d1905b..b887ee8 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -15,7 +15,7 @@ jobs: - name: Prepare run: | $CONDA/bin/conda install --quiet --yes conda-build anaconda-client - $CONDA/bin/conda config --append channels conda-forge + $CONDA/bin/conda config --add channels conda-forge $CONDA/bin/conda config --append channels paulscherrerinstitute $CONDA/bin/conda config --set channel_priority strict $CONDA/bin/conda config --set anaconda_upload yes