ci: Speed up pylint GitHub Action (#5828)

This commit is contained in:
Christian Clauss 2023-09-16 16:30:13 +02:00 committed by GitHub
parent 66b8b6656c
commit d49c86c845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,10 +68,9 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install Haystack
- name: Install Pylint and Haystack Linter
run: |
pip install ".[all,dev]"
pip install ./haystack-linter
pip install pylint ./haystack-linter
- name: Pylint
if: steps.files.outputs.any_changed == 'true'