Skip to content

Commit

Permalink
restored the pyright action jordemort in windows environment
Browse files Browse the repository at this point in the history
restored pyright action jordemort for windows environment
  • Loading branch information
jacopocinaark committed Sep 19, 2024
1 parent 5621b6f commit c72e75f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ jobs:
run: |
flake8 .
# Execute jordemort/action-pyright only into Ubuntu and macOS.
# windows started to fail for reviewdog not found. issue opened
# https://github.com/jordemort/action-pyright/issues/51
- name: Run Pyright
if: matrix.os != 'windows-latest'
uses: jordemort/action-pyright@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c72e75f

Please sign in to comment.