Skip to content

Commit

Permalink
try micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
willdumm committed May 20, 2024
1 parent 34f4dcc commit 3138f11
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@ jobs:
- name: Install Pandoc
uses: r-lib/actions/setup-pandoc@v2

- name: Install miniconda and create environment
uses: conda-incubator/setup-miniconda@v3
- uses: mamba-org/setup-micromamba@v1
with:
activate-environment: gctree
micromamba-version: '1.5.6-0' # any version from https://github.com/mamba-org/micromamba-releases
environment-file: environment.yml
python-version: ${{ matrix.python-version }}
channels: conda-forge,defaults,bioconda
auto-activate-base: false
auto-update-conda: false
init-shell: bash
cache-environment: false
post-cleanup: 'none'

- name: Test
shell: bash -l {0}
Expand Down

0 comments on commit 3138f11

Please sign in to comment.