mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-23 03:33:35 +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"
|
||||
run: |
|
||||
python -m pip install --upgrade pip poetry
|
||||
poetry install
|
||||
- name: "Code formating (black)"
|
||||
run: |
|
||||
poetry run pre-commit run black --all-files
|
||||
|
Loading…
Reference in New Issue
Block a user