Skip to content

Commit

Permalink
Add all dependencies to typecheck environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Aug 27, 2024
1 parent 599a40e commit 1299db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install package and test dependencies
run: |
python -m pip install .
python -m pip install .[complete]
python -m pip install -r requirements-dev.txt
- run: pyright

0 comments on commit 1299db1

Please sign in to comment.