mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 16:50:02 +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: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install poetry
|
python -m pip install poetry
|
||||||
poetry install
|
poetry install --with dev
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
poetry run pytest
|
poetry run pytest
|
||||||
- name: Test with pyright
|
- name: Test with pyright
|
||||||
run: |
|
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