mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-01-08 22:07:06 +00:00
Fix CI dep installation (#207)
This commit is contained in:
parent
41bed35e01
commit
202d107d39
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -25,6 +25,7 @@ jobs:
|
|||||||
- name: "Install dependencies"
|
- name: "Install dependencies"
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip poetry
|
python -m pip install --upgrade pip poetry
|
||||||
|
poetry install
|
||||||
- name: "Code formating (black)"
|
- name: "Code formating (black)"
|
||||||
run: |
|
run: |
|
||||||
poetry run pre-commit run black --all-files
|
poetry run pre-commit run black --all-files
|
||||||
|
Loading…
Reference in New Issue
Block a user