Skip to content

Commit

Permalink
[coverage]: Use pip to install package
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed May 22, 2024
1 parent 232fb28 commit f2d30ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest-cov codecov
python setup.py develop easy_install "catmux[test]"
pip install .[test]
- name: Test with pytest
run: |
pytest --cov=catmux --cov-report=xml .
Expand Down

0 comments on commit f2d30ba

Please sign in to comment.