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