Skip to content

Commit

Permalink
update CI for core and genbank2gff
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Apr 13, 2022
1 parent f63c348 commit 04db42c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/genbank2gff3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies conda
run: |
conda install -c conda-forge --quiet mamba python=${{ matrix.python }}
conda install -c conda-forge --quiet 'mamba=0.15.3' python=${{ matrix.python }}
mamba install -c conda-forge -c bioconda --quiet -y samtools bedtools bamtools mosdepth pbzip2 pigz dsrc sambamba squizz
- name: Install bioconvert with pip
run: |
Expand All @@ -51,4 +51,4 @@ jobs:
pip install .
- name: Test with pytest
run: |
pytest -n 1 --cov-report term --cov=bioconvert.genbank2gff3 test/test_genbank2gff3.py
pytest -n 1 --cov-report term --cov=bioconvert.genbank2gff3 test/test_genbank2gff3.py
2 changes: 1 addition & 1 deletion .github/workflows/sam2bam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
pip install .
- name: Test with pytest
run: |
pytest -n 1 --cov-report term --cov=bioconvert.sam2bam test/test_sam2bam.py
pytest -n 1 --cov-report term --cov=bioconvert.sam2bam test/test_sam2bam.py

0 comments on commit 04db42c

Please sign in to comment.