From 9d92caa84ce050e98822f7960a0ebf9c191d553b Mon Sep 17 00:00:00 2001 From: Stephan Finkensieper Date: Mon, 28 Aug 2023 17:50:45 +0000 Subject: [PATCH] Try auto-update-conda option --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2c89040..86aae0e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,6 +36,7 @@ jobs: python-version: ${{ matrix.python-version }} environment-file: continuous_integration/environment.yaml activate-environment: test-environment + auto-update-conda: true - name: Install unstable dependencies if: matrix.experimental == true