Do not install codecov in GitHub Actions packaging tests

This commit is contained in:
Sajith Sasidharan 2020-05-12 18:28:42 -04:00
parent b1d7e99671
commit 86184e9aa9

View File

@ -162,7 +162,7 @@ jobs:
- name: Install Python packages
run: |
pip install --upgrade codecov tox setuptools
pip install --upgrade tox setuptools
pip list
- name: Display tool versions