Refactor Pyright execution step to simplify command

This commit is contained in:
Slipstreamm 2025-06-13 00:11:50 -06:00
parent 1505bdfd0a
commit 8a228a9e1b

View File

@ -36,8 +36,7 @@ jobs:
pip install -e . pip install -e .
- name: Run Pyright - name: Run Pyright
run: | run: pyright
pyright
- name: Run Tests - name: Run Tests
run: pytest tests/ run: pytest tests/