From 67c712b00575263add5a1ab8c1ce86a76207480e Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Sun, 7 Apr 2024 00:03:14 +0200 Subject: [PATCH] Update push_master.yml --- .github/workflows/push_master.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push_master.yml b/.github/workflows/push_master.yml index 22a7da7..2e22f5e 100644 --- a/.github/workflows/push_master.yml +++ b/.github/workflows/push_master.yml @@ -26,6 +26,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install prometheus_client pip install pylint - name: Analysing the code with pylint run: pylint --exit-zero $(git ls-files '*.py')