Skip to content

Commit

Permalink
Once more, pyright.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachaa-Thanasius committed Sep 3, 2024
1 parent 32093a7 commit 98f5065
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,15 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Install project
run: |
python -m pip install -e .
- name: Run Pyright on ${{ matrix.python-version }}
uses: jakebailey/pyright-action@v2
with:
python-version: ${{ matrix.python-version }}
verify-types: deferred

test:
runs-on: ${{ matrix.os }}
Expand All @@ -55,7 +60,7 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Install test dependencies
- name: Install project and test dependencies
run: |
python -m pip install -e .[test]
Expand Down

0 comments on commit 98f5065

Please sign in to comment.