Skip to content

Commit

Permalink
Fix python CI: fix linter installation (valkey-io#2465)
Browse files Browse the repository at this point in the history
fix ci

Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand authored and avifenesh committed Oct 21, 2024
1 parent c37750c commit f0768ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@ jobs:

- name: Install dependencies
if: always()
working-directory: ./python
run: |
sudo apt install -y python3-pip python3 flake8 isort black
uses: threeal/pipx-install-action@latest
with:
packages: flake8 isort black

- name: Lint python with isort
if: always()
Expand Down

0 comments on commit f0768ee

Please sign in to comment.