Skip to content

Commit

Permalink
use setup.py directly (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch authored Jan 30, 2024
1 parent 03d0c7e commit a2fc58e
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
pip install .[test]
python setup.py develop easy_install "catmux[test]"
- name: Test with pytest
run: |
pytest --cov=catmux --cov-report=xml .
Expand Down

0 comments on commit a2fc58e

Please sign in to comment.