From 6803f9f0fb47b306f4de568ab4fc207bf7856108 Mon Sep 17 00:00:00 2001 From: Pavel <60391448+pdumin@users.noreply.github.com> Date: Sat, 10 Aug 2024 09:09:09 +0300 Subject: [PATCH] Update npylint.yml --- .github/workflows/npylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npylint.yml b/.github/workflows/npylint.yml index fd282ee..cc8f478 100644 --- a/.github/workflows/npylint.yml +++ b/.github/workflows/npylint.yml @@ -17,7 +17,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requiremets.txt + pip install -r requirements.txt pip install pylint - name: Analysing the code with pylint run: |