From 98b72790976b5c662c29b0903745737ee36a4f27 Mon Sep 17 00:00:00 2001 From: Henry Webel Date: Mon, 7 Oct 2024 15:46:35 +0200 Subject: [PATCH] test should be activate per default --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b8d7b22f..0e9986fd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: with: # miniforge-variant: Mambaforge # miniforge-version: latest - conda-solver: classic #libmamba + # conda-solver: libmamba # use-mamba: true # channels: conda-forge,defaults python-version: ${{ matrix.python-version }} @@ -111,9 +111,8 @@ jobs: - uses: conda-incubator/setup-miniconda@v3 with: - auto-update-conda: true python-version: ${{ matrix.python-version }} - auto-activate-base: true + - name: Install build dependencies explicitly run: |