From 37094ed0204be925b697cf7378c220fc5331fdd7 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Wed, 17 Feb 2021 14:49:32 +0000 Subject: [PATCH] tests: fix coverage finish --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 559e6bd82..70f9cc42b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -118,11 +118,11 @@ jobs: continue-on-error: ${{ github.event_name != 'push' }} needs: [test, test-os] runs-on: ubuntu-latest - container: python:3-slim steps: + - uses: actions/setup-python@v2 - name: Coveralls Finished run: | - pip3 install --upgrade coveralls + pip install -U coveralls coveralls --finish || : env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}