From 7527f9d66448ab35107aaa73c68dad752cc4385c Mon Sep 17 00:00:00 2001 From: kp992 Date: Sat, 8 Jun 2024 18:49:54 +0530 Subject: [PATCH] Upgrade CI --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0813734..9bad1bf6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,13 +33,15 @@ jobs: key: ${{ runner.os }}-${{ matrix.python-version }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment.yml') }} - - uses: conda-incubator/setup-miniconda@v2 + - uses: conda-incubator/setup-miniconda@v3 with: auto-update-conda: true + miniforge-version: latest environment-file: environment.yml python-version: ${{ matrix.python-version }} auto-activate-base: false use-only-tar-bz2: true + activate-environment: qe - name: Conda info shell: bash -l {0}