Skip to content

Commit

Permalink
include conda config subdirs into micromamba setup
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Jul 10, 2024
1 parent 59ecf4a commit 886c7ac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,12 @@ jobs:
channels:
- conda-forge
- bioconda
subdirs:
- osx-64
init-shell: bash
cache-environment: true
cache-downloads: true
post-cleanup: 'all'
- name: Config for MacOS
if: ${{ matrix.os == 'macos-latest' }}
run: micromamba config --add subdirs osx-64
shell: bash -l {0}
- name: Install PyTest
run: micromamba install pytest
shell: bash -l {0}
Expand Down

0 comments on commit 886c7ac

Please sign in to comment.