mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 08:40:03 +02:00
updates python-package testing workflow
This commit is contained in:
parent
b80a3ec6a1
commit
de5340d6fd
7
.github/workflows/python-package.yml
vendored
7
.github/workflows/python-package.yml
vendored
@ -29,10 +29,13 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install poetry
|
||||
poetry install
|
||||
poetry install --with dev
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
poetry run pytest
|
||||
- name: Test with pyright
|
||||
run: |
|
||||
poetry run pyright src/pydase
|
||||
poetry run pyright
|
||||
- name: Test with mypy
|
||||
run: |
|
||||
poetry run mypy src
|
||||
|
Loading…
x
Reference in New Issue
Block a user