Skip to content

Commit

Permalink
update pytest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jethror1 committed Sep 19, 2024
1 parent 5221ac4 commit 8bf1c93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
pip install pipenv codecov pytest pytest-cov pytest-mock pytest-subtests
pip install -r requirements.txt
pipenv install --dev
- name: Install bedtools
run: |
wget https://github.com/arq5x/bedtools2/releases/download/v2.31.0/bedtools.static
mv bedtools.static.binary /usr/bin/bedtools
chmod a+x /usr/bin/bedtools
- name: Test with pytest
run: |
pytest -vv --cov .

0 comments on commit 8bf1c93

Please sign in to comment.