Skip to content

Commit

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

0 comments on commit 4112639

Please sign in to comment.