From b9c2f50d02ae5a3fc9fc3c549e5c81c20b8c6f7a Mon Sep 17 00:00:00 2001 From: Tahmid Efaz Date: Sun, 28 Jul 2024 23:13:56 -0400 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 3f6ed71..7657e85 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -27,6 +27,7 @@ jobs: run: | python -m pip install --upgrade pip pip install flake8 pylint + pip install . - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names