From 3e80a7380124581894d39168fd9843b6e156263f Mon Sep 17 00:00:00 2001 From: Stepan Date: Sat, 21 Oct 2023 18:36:29 +0100 Subject: [PATCH] Update style.yml --- .github/workflows/style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 9c1900d..7a88271 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -18,7 +18,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pylint + pip install -r requirements.txt - name: Analysing the code with pylint run: | black --check --diff .