We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3737021 commit e4d5697Copy full SHA for e4d5697
.github/workflows/testing.yml
@@ -40,8 +40,7 @@ jobs:
40
run: ln -sf /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /usr/share/miniconda/envs/test/lib/libstdc++.so.6
41
- name: Install testing dependencies
42
run: |
43
- conda install -c conda-forge --file requirements-conda.txt --file requirements-linting-old.txt six packaging pytest coveralls coverage libstdcxx-ng toml
44
- 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
45
- name: Conda info
46
47
conda info
0 commit comments