From a709767340fa112f28e741310fd31657ca252d8a Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Sat, 3 Apr 2021 18:13:42 +0200 Subject: [PATCH] Pytest workflow: fix yaml --- .github/workflows/pytest.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b7894f4..4b8a39f 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -25,4 +25,3 @@ jobs: xvfb-run coverage run --source=beeref -m pytest -v -s - name: Upload Coverage report to Codecov uses: codecov/codecov-action@v1 - with: \ No newline at end of file