From 15fdf49033e6a342f4c8fe6603ab2a0102ec992c Mon Sep 17 00:00:00 2001 From: Bechir Date: Tue, 2 Apr 2024 13:40:09 +0200 Subject: [PATCH] add github ci37 --- .github/workflows/common-workflow.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/common-workflow.yml b/.github/workflows/common-workflow.yml index e61a1b26..d7808560 100644 --- a/.github/workflows/common-workflow.yml +++ b/.github/workflows/common-workflow.yml @@ -22,14 +22,14 @@ jobs: # key: # ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ # hashFiles('aare-environment.yml') }} - - uses: conda-incubator/setup-miniconda@v3 - if: ${{ contains(inputs.use-system-libraries, 'ON')}} + - uses: mamba-org/setup-micromamba@v1 with: - activate-environment: aare - channel-priority: strict + micromamba-version: '1.5.6-0' # any version from https://github.com/mamba-org/micromamba-releases environment-file: aare-environment.yml - python-version: 3.11 - use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly! + init-shell: >- + bash + cache-environment: true + post-cleanup: 'all' - name: build shell: bash -el {0} run: |