Skip to content

Commit 9cd9cd9

Browse files
committed
use setup.py directly
1 parent 03d0c7e commit 9cd9cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
pip install pytest-cov codecov
31-
pip install .[test]
31+
python setup.py develop easy_install "catmux[test]"
3232
- name: Test with pytest
3333
run: |
3434
pytest --cov=catmux --cov-report=xml .

0 commit comments

Comments
 (0)