Skip to content

Commit

Permalink
try strict channel priority
Browse files Browse the repository at this point in the history
(also use generiv mamba-org/setup-micromamba@v1 again)
  • Loading branch information
orbeckst committed Sep 15, 2023
1 parent fcff91b commit 7de5938
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,14 @@ jobs:
- uses: actions/checkout@v3

- name: micromamba environment and package installation (Python ${{ matrix.python-version }})
uses: mamba-org/setup-micromamba@v1.4.4
uses: mamba-org/setup-micromamba@v1
with:
environment-file: ci/conda-envs/test_env.yaml
condarc: |
channels:
- conda-forge
- bioconda
channel_priority: strict
cache-downloads: true
cache-environment: true
create-args: >-
Expand Down

0 comments on commit 7de5938

Please sign in to comment.