Skip to content

Commit 98adbbb

Browse files
fix: add coverage package to test dependencies in GitHub Actions workflow
1 parent 8fe5020 commit 98adbbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/omio_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
source "$(conda info --base)/etc/profile.d/conda.sh"
2626
conda activate omio
2727
pip install .
28-
pip install pytest pytest-cov
28+
pip install pytest pytest-cov coverage
2929
3030
- name: Debug OMIO import
3131
run: |

0 commit comments

Comments
 (0)