Skip to content

Commit

Permalink
Merge pull request #2306 from cta-observatory/codecov_test
Browse files Browse the repository at this point in the history
Remove unused codecov (got yanked from pypi)
  • Loading branch information
maxnoe authored Apr 14, 2023
2 parents 0b54fcb + 8ab34de commit e4fe1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Install dependencies
run: |
python --version
pip install codecov pytest-cov restructuredtext-lint pytest-xdist 'coverage!=6.3.0'
pip install pytest-cov restructuredtext-lint pytest-xdist 'coverage!=6.3.0'
pip install .[all]
pip install ./test_plugin
pip freeze
Expand Down

0 comments on commit e4fe1e7

Please sign in to comment.