Skip to content

Commit

Permalink
ci: Speed up pylint GitHub Action (deepset-ai#5828)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Sep 16, 2023
1 parent 66b8b66 commit d49c86c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d49c86c

Please sign in to comment.