Skip to content

Commit

Permalink
move coverage install
Browse files Browse the repository at this point in the history
  • Loading branch information
clami66 committed Mar 25, 2024
1 parent 2d1933f commit fa1e7d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- name: Test outputs
run: |
python -m pip install .
python -m pip install coverage
bash run_test.sh
- name: Test with old biopython
run: |
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ install_requires =
cython
tqdm
parallelbar
coverage
numpy~=1.21
biopython>=1.79

Expand Down

0 comments on commit fa1e7d6

Please sign in to comment.