diff --git a/.github/workflows/conda-release.yaml b/.github/workflows/conda-release.yaml index 80309f0..1092231 100644 --- a/.github/workflows/conda-release.yaml +++ b/.github/workflows/conda-release.yaml @@ -16,6 +16,7 @@ jobs: with: python-version: 3.9 activate-environment: build + auto-update-conda: true - name: Install build tools run: | conda install -c conda-forge conda-build anaconda-client conda-verify grayskull