We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d0c7e commit 9cd9cd9Copy full SHA for 9cd9cd9
.github/workflows/coverage.yaml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
python -m pip install --upgrade pip
30
pip install pytest-cov codecov
31
- pip install .[test]
+ python setup.py develop easy_install "catmux[test]"
32
- name: Test with pytest
33
34
pytest --cov=catmux --cov-report=xml .
0 commit comments