From 8319f8a9feb0500370fb711297ae56319727a222 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Fri, 19 Feb 2021 23:57:14 +0100 Subject: Remove unnecessary checks --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 94ab0759c..4929ce467 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -317,7 +317,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | . venv/bin/activate - coveralls debug --rcfile=${{ env.COVERAGERC_FILE }} --service=github + coveralls --rcfile=${{ env.COVERAGERC_FILE }} --service=github pytest-windows: -- cgit v1.2.1