From 4822ed110197b9b6ca6b21531e755fa89661cd85 Mon Sep 17 00:00:00 2001 From: Nathanael Lu Date: Mon, 11 Mar 2024 21:02:15 -0400 Subject: [PATCH] add module dependencies for pylint github actions --- .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 a536e7c..cb111e4 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 - pip install pylint + pip install pylint, gymnasium, pygame - name: Analysing the code with pylint run: | pylint $(git ls-files '*.py')