Skip to content

Commit

Permalink
add github ci37
Browse files Browse the repository at this point in the history
  • Loading branch information
Bechir committed Apr 2, 2024
1 parent 14a840c commit 15fdf49
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/common-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 15fdf49

Please sign in to comment.