Skip to content

Commit

Permalink
Install using pip with test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Jan 30, 2024
1 parent 01a60f6 commit 1c78785
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 @@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest-cov codecov
python setup.py develop
pip install .[test]
- name: Test with pytest
run: |
pytest --cov=catmux --cov-report=xml .
Expand Down

0 comments on commit 1c78785

Please sign in to comment.