mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05:00
Switch channel order
This commit is contained in:
parent
16b32495e4
commit
49fecaa4f0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest-workflow.yml
vendored
2
.github/workflows/pytest-workflow.yml
vendored
|
@ -72,7 +72,7 @@ jobs:
|
||||||
uses: conda-incubator/setup-miniconda@v2
|
uses: conda-incubator/setup-miniconda@v2
|
||||||
with:
|
with:
|
||||||
auto-update-conda: true
|
auto-update-conda: true
|
||||||
channels: defaults, bioconda, conda-forge
|
channels: conda-forge,bioconda,defaults
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
# Test the module
|
# Test the module
|
||||||
|
|
Loading…
Reference in a new issue