From e4d5697ab1ad23c0319a6a169e9df3c9ab77c81c Mon Sep 17 00:00:00 2001 From: Johannes Buchner Date: Sun, 22 Sep 2024 16:53:17 +0200 Subject: [PATCH] [ci] switch back to official coverage_lcov --- .github/workflows/testing.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index b37a06b..74e5e4e 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -40,8 +40,7 @@ jobs: run: ln -sf /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /usr/share/miniconda/envs/test/lib/libstdc++.so.6 - name: Install testing dependencies run: | - conda install -c conda-forge --file requirements-conda.txt --file requirements-linting-old.txt six packaging pytest coveralls coverage libstdcxx-ng toml - pip install 'coverage_lcov[extras] @ git+https://github.com/JohannesBuchner/coverage-lcov@feature-coverage7' + conda install -c conda-forge --file requirements-conda.txt --file requirements-linting-old.txt six packaging pytest coveralls coverage libstdcxx-ng toml coverage_lcov - name: Conda info run: | conda info