From f33b1620679c4279f3866612ee2fe644554a92ea Mon Sep 17 00:00:00 2001 From: baztian Date: Fri, 19 Jun 2020 23:59:29 +0200 Subject: [PATCH] Try to specify coverage version --- .github/workflows/python-package.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index b3967bf..31f9c43 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -45,15 +45,17 @@ jobs: if: ${{ ! matrix.jython }} run: tox - name: Coveralls - uses: AndreMiras/coveralls-python-action@v20200413 + uses: baztian/coveralls-python-action@supply-coverage-version with: parallel: true + coverage-version: 4.5.4 coveralls_finish: needs: test runs-on: ubuntu-latest steps: - name: Coveralls Finished - uses: AndreMiras/coveralls-python-action@v20200413 + uses: baztian/coveralls-python-action@supply-coverage-version with: parallel-finished: true + coverage-version: 4.5.4