From 3d24a3507b5597e6e457c94efe5e7b27b37f88e8 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sat, 2 Mar 2024 16:46:45 -0600 Subject: [PATCH] workflow/pylint: add requirements.txt --- .github/workflows/pylint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index bd62941..3d9b720 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -19,6 +19,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install -r requirements.txt pip install pylint - name: Analysing the code with pylint run: |