diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index dcb5eb2..0d60f9f 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -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 .