Skip to content

Commit

Permalink
Revert "Do isort before pyright to install required packages"
Browse files Browse the repository at this point in the history
This reverts commit c199e0d.
  • Loading branch information
lukamac committed Dec 26, 2024
1 parent c199e0d commit 9c4d727
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
- uses: psf/black@stable
with:
src: "test"
- uses: jakebailey/pyright-action@v2
with:
working-directory: test
- uses: isort/isort-action@v1
with:
sort-paths: "test"
requirements-files: "requirements-pip.txt"
- uses: jakebailey/pyright-action@v2
with:
working-directory: test

0 comments on commit 9c4d727

Please sign in to comment.