mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-04 17:54:05 +00:00
Fix CI dep installation (#207)
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user