From 20c70e611ff5f34eedb4f97850e222d7f07fd9f8 Mon Sep 17 00:00:00 2001 From: Omar-268 Date: Thu, 16 Oct 2025 15:25:06 +0000 Subject: [PATCH] Update .github/workflows/main.yaml --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 16e0d5a..40b6929 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | - pip install pytest + pip install pytest pylint pip install -r requirements.txt - name: Run pylint