Skip to content

Commit

Permalink
set up channels priority
Browse files Browse the repository at this point in the history
  • Loading branch information
pmb59 authored Dec 3, 2024
1 parent aaa2af4 commit 5abe16f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ jobs:
with:
environment-file: test-env.yaml
cache-downloads: true
channels: conda-forge, bioconda, defaults
condarc: |
channels:
- conda-forge
- bioconda
- defaults
channel_priority: strict
extra-specs: |
python=${{ matrix.python-version }}
Expand Down

0 comments on commit 5abe16f

Please sign in to comment.