mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-02 02:39:51 +00:00
ci: Speed up pylint GitHub Action (#5828)
This commit is contained in:
parent
66b8b6656c
commit
d49c86c845
5
.github/workflows/linting.yml
vendored
5
.github/workflows/linting.yml
vendored
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user