From d84b1a42c2a425d37806a528f5426b2f684bdada Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Tue, 19 Nov 2024 15:56:04 +0100 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 356e67d..e707f24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,12 +28,12 @@ jobs: git submodule update - uses: conda-incubator/setup-miniconda@v3 with: - miniforge-variant: Mambaforge - miniforge-version: "latest" - channel-priority: flexible + miniconda-version: "latest" + auto-update-conda: true python-version: ${{ matrix.python-version }} - environment-file: ${{ matrix.ymlfile }} - activate-environment: env + environment-file: environment.yml + activate-environment: pytesmo + channel-priority: flexible auto-activate-base: false - name: Print infos shell: bash -l {0}