Skip to content

Commit d4b106c

Browse files
committed
ci: fix style check
1 parent 7d266f0 commit d4b106c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/style-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
python-version: '3.x'
1616
- name: Install dependencies
1717
run: |
18-
python -m pip install --upgrade pip
19-
python -m pip install --upgrade black flake8 wheel mypy setuptools
18+
python3 -m pip install poetry
19+
poetry install
2020
- name: Check style
21-
run: make style_check
21+
run: poetry run make style_check
2222
- name: Check dist
23-
run: make dist
23+
run: poetry run make

0 commit comments

Comments
 (0)