Revert "ci: Speed up pylint GitHub Action (#5828)" (#5832)

This reverts commit d49c86c845ef9ba5bfc17909cd6cf456910516e1.
This commit is contained in:
Christian Clauss 2023-09-18 10:05:17 +02:00 committed by GitHub
parent d49c86c845
commit 41126397d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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