mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-04 04:40:39 +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
|
||||
- name: Check with ruff
|
||||
run: |
|
||||
ruff check src
|
||||
poetry run ruff check src
|
||||
- name: Check formatting with ruff
|
||||
run: |
|
||||
ruff format --check src
|
||||
poetry run ruff format --check src
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
poetry run pytest
|
||||
|
Loading…
x
Reference in New Issue
Block a user