mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-20 00:10:03 +02:00
updates github workflow (pyright test)
This commit is contained in:
parent
60984b6e13
commit
ea621c7c4b
3
.github/workflows/python-package.yml
vendored
3
.github/workflows/python-package.yml
vendored
@ -36,3 +36,6 @@ jobs:
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
poetry run pytest
|
||||
- name: Test with pyright
|
||||
run: |
|
||||
poetry run pyright src/pydase
|
Loading…
x
Reference in New Issue
Block a user