Skip to content

Commit

Permalink
add: python version in pyright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a5chin committed Oct 12, 2024
1 parent 230438c commit 2f21dc9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@ jobs:
type-check:
runs-on: ubuntu-latest

strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: jakebailey/pyright-action@v2
with:
python-version: ${{ matrix.python-version }}

0 comments on commit 2f21dc9

Please sign in to comment.