Ideally this is no longer necessary

This commit is contained in:
Jean-Paul Calderone 2021-01-06 20:27:17 -05:00
parent b06730b9af
commit f5ba293f79

View File

@ -63,7 +63,7 @@ jobs:
- name: "Report Coverage to Coveralls"
run: |
pip install coveralls
python -m coveralls --verbose
python -m coveralls
env:
# Some magic value required for some magic reason.
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"