Skip to content

Commit

Permalink
install test deps for pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyballentine committed Nov 17, 2023
1 parent 7c8a57b commit f5de7a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
python-version: '3.9'
cache: 'pip'
- run: pip install .[typecheck]
- run: pip install .[test]
- run: pyright src/
- run: pyright tests/
- run: pyright scripts/

0 comments on commit f5de7a4

Please sign in to comment.