Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4fe1e7

Browse files
authored
Merge pull request cta-observatory#2306 from cta-observatory/codecov_test
Remove unused codecov (got yanked from pypi)
2 parents 0b54fcb + 8ab34de commit e4fe1e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Install dependencies
107107
run: |
108108
python --version
109-
pip install codecov pytest-cov restructuredtext-lint pytest-xdist 'coverage!=6.3.0'
109+
pip install pytest-cov restructuredtext-lint pytest-xdist 'coverage!=6.3.0'
110110
pip install .[all]
111111
pip install ./test_plugin
112112
pip freeze

0 commit comments

Comments
 (0)