From 2a364c3f7d5aeb2f1bf78c929b9955156cdea11c Mon Sep 17 00:00:00 2001 From: Sthope <6695214+Sthopeless@users.noreply.github.com> Date: Sun, 18 Jul 2021 23:23:48 +0200 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index e559e1c..4aaf4a4 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -31,6 +31,3 @@ jobs: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - - name: Test with pytest - run: | - pytest