mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-03 20:30:40 +02:00
fix: updates python-package workflow
Adds --all-extras flag to `poetry sync` command to install aiohttp_socks dependency.
This commit is contained in:
parent
9920350753
commit
e596c50915
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install poetry
|
||||
poetry install --with dev
|
||||
poetry install --with dev --all-extras
|
||||
- name: Check with ruff
|
||||
run: |
|
||||
poetry run ruff check src
|
||||
|
Loading…
x
Reference in New Issue
Block a user