mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-05 21:20:40 +02:00
Fixes python-package workflow
This commit is contained in:
parent
aa37fa8533
commit
f50976358b
4
.github/workflows/python-package.yml
vendored
4
.github/workflows/python-package.yml
vendored
@ -31,10 +31,10 @@ jobs:
|
|||||||
poetry install --with dev
|
poetry install --with dev
|
||||||
- name: Check with ruff
|
- name: Check with ruff
|
||||||
run: |
|
run: |
|
||||||
ruff check src
|
poetry run ruff check src
|
||||||
- name: Check formatting with ruff
|
- name: Check formatting with ruff
|
||||||
run: |
|
run: |
|
||||||
ruff format --check src
|
poetry run ruff format --check src
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
poetry run pytest
|
poetry run pytest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user