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