Skip to content

Commit

Permalink
[ci] pass package install options correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Jun 20, 2024
1 parent a7d9bc8 commit ca47ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- 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
pip install git+https://github.com/JohannesBuchner/coverage-lcov@feature-coverage7[extras]
pip install 'coverage_lcov[extras] @ git+https://github.com/JohannesBuchner/coverage-lcov@feature-coverage7'
- name: Conda info
run: |
conda info
Expand Down

0 comments on commit ca47ac6

Please sign in to comment.