From a3e8b13ccc5146d6225498fba99935a1597df4d4 Mon Sep 17 00:00:00 2001 From: kelle Date: Tue, 21 Nov 2023 16:59:21 -0500 Subject: [PATCH] fix bugs --- .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 e9dcd220..5e198b6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: jobs: test: - name: ${{ matrix.name }} + name: Python - ${{ matrix.python-version }} runs-on: ${{ matrix.os }} strategy: fail-fast: false @@ -21,6 +21,8 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of the git history - uses: conda-incubator/setup-miniconda@v2 with: + auto-update-conda: true + python-version: ${{ matrix.python-version }} environment-file: env/environment-${{ matrix.python-version }}.yml miniforge-version: latest