Skip to content

Commit

Permalink
introduce mamba in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
priesgo committed May 23, 2024
1 parent 5538ef9 commit e7599e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/automated_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '11'
- uses: conda-incubator/setup-miniconda@v2
- uses: mamba-org/provision-with-micromamba@v16
with:
cache-env: true
- name: Install dependencies
run: |
apt-get update && apt-get --assume-yes install wget make procps software-properties-common
Expand Down

0 comments on commit e7599e9

Please sign in to comment.