From 712460a040ed02be21f34f02362d13cfcaea1d27 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Wed, 19 Jan 2022 09:03:35 -0500 Subject: [PATCH] Update pylint.yml --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 1722bc2..e27f9e9 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -17,7 +17,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install -r /src/requirement.txt + python -m pip install Flask ifcfg icmplib flask-qrcode gunicorn pip install pylint - name: Analysing the code with pylint run: |