mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-02-06 10:48:40 +01:00
fix: updates python-package workflow
Adds --all-extras flag to `poetry sync` command to install aiohttp_socks dependency.
This commit is contained in:
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@@ -28,7 +28,7 @@ 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 --with dev
|
poetry install --with dev --all-extras
|
||||||
- name: Check with ruff
|
- name: Check with ruff
|
||||||
run: |
|
run: |
|
||||||
poetry run ruff check src
|
poetry run ruff check src
|
||||||
|
|||||||
Reference in New Issue
Block a user