From 07c804e6f37ddfcd77cbe407043d991ddbfe1beb Mon Sep 17 00:00:00 2001 From: Martin Lang Date: Mon, 6 May 2024 20:09:54 +0200 Subject: [PATCH] Newer conda-incubator version --- .github/workflows/workflow.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 274c789..135bf41 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -28,12 +28,11 @@ jobs: uses: actions/checkout@v4 - name: Set up conda - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: python-version: ${{ matrix.python-version }} auto-update-conda: true activate-environment: conda-environment - miniconda-version: "latest" environment-file: .github/environment.yml - name: Install package