mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-01-01 10:21:20 +01:00
Fixes python-package workflow
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user