From 1d43a952e6a13c3ddd6fcd3817a991b895cda432 Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Fri, 1 Oct 2021 16:14:06 +0200 Subject: [PATCH] Remove strict channel priority --- .github/workflows/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index feea98c..3ad95eb 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -16,7 +16,6 @@ jobs: run: | $CONDA/bin/conda install --quiet --yes conda-build anaconda-client $CONDA/bin/conda config --append channels conda-forge - $CONDA/bin/conda config --set channel_priority strict $CONDA/bin/conda config --set anaconda_upload yes - name: Build and upload