mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
ci: Add bioconda channels
This commit is contained in:
parent
0813e61c01
commit
42b8962320
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pytest-workflow.yml
vendored
3
.github/workflows/pytest-workflow.yml
vendored
|
@ -67,11 +67,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
singularity-version: 3.5.3
|
singularity-version: 3.5.3
|
||||||
|
|
||||||
- name: Setup conda
|
- name: Setup miniconda
|
||||||
if: matrix.profile == 'conda'
|
if: matrix.profile == 'conda'
|
||||||
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
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
# Test the module
|
# Test the module
|
||||||
|
|
Loading…
Reference in a new issue