Skip to content

Commit a7d9bc8

Browse files
[ci] install toml too
1 parent 75f5e62 commit a7d9bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install testing dependencies
4242
run: |
4343
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
44+
pip install git+https://github.com/JohannesBuchner/coverage-lcov@feature-coverage7[extras]
4545
- name: Conda info
4646
run: |
4747
conda info

0 commit comments

Comments
 (0)