Stop installing codecov from pip (#36804)

It shouldn't be needed since we use Codecov's Github action

See here for more information https://community.codecov.com/t/codecov-yanked-from-pypi-all-versions/4259
This commit is contained in:
Massimiliano Culpo
2023-04-12 19:28:55 +02:00
committed by GitHub
parent e08c02c471
commit a7ae996e6b
3 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ jobs:
python-version: ${{inputs.python_version}}
- name: Install Python packages
run: |
pip install --upgrade pip six setuptools pytest codecov coverage[toml]
pip install --upgrade pip six setuptools pytest coverage[toml]
- name: Package audits (with coverage)
if: ${{ inputs.with_coverage == 'true' }}
run: |