Skip to content

Commit 30f9e20

Browse files
committed
add missing dep
1 parent 890e71e commit 30f9e20

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/python-package-conda.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ jobs:
3737
# stop the build if there are Python syntax errors or undefined names
3838
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3939
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
40-
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
40+
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
41+
#flake8 . --count --max-complexity=10 --max-line-length=127 --statistics
4142
- name: Test with pytest
4243
run: |
4344
conda install pytest
45+
python setup.py develop
4446
pytest

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ dependencies:
22
- python=3.11
33
- bioconda::pysam
44
- bioconda::pybedtools
5+
- bioconda::samtools=1.21
56
- conda-forge::pandas
67
- conda-forge::biopython=1.83

0 commit comments

Comments
 (0)