diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 950147e..55301d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: - name: Install python dependencies run: | mamba install --quiet --file conda-requirements.txt corner - pip install --user coveralls coverage-lcov + pip install --user coveralls coverage-lcov coveragepy-lcov conda list conda info -a @@ -87,7 +87,7 @@ jobs: rm tests/pycuba_test.py coverage run setup.py test coverage report - coverage-lcov + coveragepy-lcov python pymultinest_demo_minimal.py python pymultinest_demo.py