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 75f5e62 commit a7d9bc8Copy full SHA for a7d9bc8
.github/workflows/testing.yml
@@ -41,7 +41,7 @@ jobs:
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
44
- pip install git+https://github.com/JohannesBuchner/coverage-lcov@feature-coverage7
+ pip install git+https://github.com/JohannesBuchner/coverage-lcov@feature-coverage7[extras]
45
- name: Conda info
46
47
conda info
0 commit comments