Another coveralls test

- Added pip installation
This commit is contained in:
Salvador E. Tropea 2022-06-30 13:04:51 -03:00
parent b57a5d2d17
commit e2c1ef2c1e
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ jobs:
COVERALLS_FLAG_NAME: ${{ matrix.ki_release }}
COVERALLS_PARALLEL: true
run: |
apt-get update
apt-get -y install python3-pip
pip3 install coveralls
coveralls --service=github