[CI/CD] Force coverage installation

This commit is contained in:
Salvador E. Tropea 2023-08-22 09:46:41 -03:00
parent 5bffb57b73
commit 2278349851
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ jobs:
- name: Combine coverage
run: |
pip3 install --upgrade coverage==5.1
pip3 install --upgrade --break-system-packages coverage==5.1
ln -s /usr/local/bin/coverage3 /usr/local/bin/python3-coverage || true
python3-coverage combine
python3-coverage report