Skip to content

Commit

Permalink
[ci] install own coverage-lcov to avoid local hack
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Jul 28, 2023
1 parent b4f909f commit 6660003
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ jobs:

- name: Install python dependencies
run: |
mamba install --quiet --file conda-requirements.txt corner coveralls coverage-lcov
sed --in-place -e 's,"report_include",,g' -e 's,"report_omit",,g' /usr/share/miniconda/envs/*/lib/python*/site-packages/coverage_lcov/converter.py
mamba install --quiet --file conda-requirements.txt corner coveralls
git clone https://github.com/JohannesBuchner/coverage-lcov
pushd coverage-lcov && pip install . && popd
#sed --in-place -e 's,"report_include",,g' -e 's,"report_omit",,g' /usr/share/miniconda/envs/*/lib/python*/site-packages/coverage_lcov/converter.py
conda list
conda info -a
Expand Down

0 comments on commit 6660003

Please sign in to comment.