Refactor Pyright execution step to simplify command
This commit is contained in:
parent
1505bdfd0a
commit
8a228a9e1b
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -36,8 +36,7 @@ jobs:
|
||||
pip install -e .
|
||||
|
||||
- name: Run Pyright
|
||||
run: |
|
||||
pyright
|
||||
run: pyright
|
||||
|
||||
- name: Run Tests
|
||||
run: pytest tests/
|
||||
|
Loading…
x
Reference in New Issue
Block a user