From 5542d2731af825956ff3b03ca4e96b7f1c48036d Mon Sep 17 00:00:00 2001 From: Farhanul Haque Khan <72323749+farhanulju@users.noreply.github.com> Date: Tue, 12 Mar 2024 21:30:31 +0600 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index f3d4fca..d0821d3 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -34,6 +34,4 @@ 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 +