Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopocinaark committed Sep 16, 2024
1 parent 5621b6f commit 99aab80
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,26 @@ 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 }}
reporter: github-check
lib:
level: warning
filter_mode: file
# # 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 }}
# reporter: github-check
# lib:
# level: warning
# filter_mode: file

- uses: jordemort/action-pyright@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-check
lib:
level: warning
filter_mode: file

- name: Test Pytest
run: |
Expand Down

0 comments on commit 99aab80

Please sign in to comment.