From d90caafebee887de45e2bd72805cd624f0f034c5 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 21 Oct 2024 12:28:38 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c639def..3bc9ee1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: conda-incubator/setup-miniconda@v2.2.0 with: python-version: "3.12" @@ -31,7 +31,7 @@ jobs: runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: conda-incubator/setup-miniconda@v2.2.0 with: python-version: "3.12" @@ -52,15 +52,13 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v2 - - uses: conda-incubator/setup-miniconda@v2.2.0 + - uses: actions/checkout@v4 + - name: Setup Mambaforge + uses: conda-incubator/setup-miniconda@v3 with: python-version: "3.12" - mamba-version: "*" - channels: conda-forge - miniforge-variant: Mambaforge - channel-priority: strict - auto-update-conda: true + miniforge-version: latest + condarc-file: .condarc - name: Build Constructor shell: bash -l {0} run: |