Skip to content

Commit

Permalink
Test with micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
hkjeldsberg committed Sep 26, 2024
1 parent 645961e commit 3541a40
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,21 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
- uses: mamba-org/setup-micromamba@v1
with:
mamba-version: '*'
channels: conda-forge,vmtk
channel-priority: flexible
activate-environment: morphman-env
environment-file: environment.yml
python-version: '3.10'
init-shell: bash
cache-environment: true

#
# - uses: conda-incubator/setup-miniconda@v3
# with:
# mamba-version: '*'
# channels: conda-forge,vmtk
# channel-priority: flexible
# activate-environment: morphman-env
# environment-file: environment.yml
# python-version: '3.10'

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 3541a40

Please sign in to comment.