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