Some checks failed
autoBIGS.engine/pipeline/head There was a failure building this commit
15 lines
222 B
YAML
15 lines
222 B
YAML
name: ci
|
|
channels:
|
|
- bioconda
|
|
- conda-forge
|
|
dependencies:
|
|
- aiohttp==3.11.*
|
|
- biopython==1.85
|
|
- pytest
|
|
- pytest-asyncio
|
|
- python-build
|
|
- conda-build
|
|
- twine
|
|
- setuptools_scm
|
|
- pytest-cov
|
|
- grayskull |