From e73312022e55c9fa37667f7e4ba6d5dbca65eb0e Mon Sep 17 00:00:00 2001 From: Marcel Bargull Date: Mon, 20 Nov 2023 19:55:13 +0100 Subject: [PATCH] Use latest Miniconda for CI setup Signed-off-by: Marcel Bargull --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 143b9ee5..d6ad4845 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,10 +16,9 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: conda-incubator/setup-miniconda@v2.1.1 + - uses: conda-incubator/setup-miniconda@v2 with: auto-update-conda: false - miniconda-version: py37_4.10.3 auto-activate-base: true activate-environment: "" - name: Install build dependencies