From f77b1082d095ac11af12f162376982d98ce9a22e Mon Sep 17 00:00:00 2001 From: Jessica John Britto <79603974+JessicaJohnBritto@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:09:30 +0530 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 1168bd9..4314e71 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -27,7 +27,6 @@ jobs: run: | python -m pip install --upgrade pip pip install flake8 pytest - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names