We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d266f0 commit d4b106cCopy full SHA for d4b106c
1 file changed
.github/workflows/style-check.yml
@@ -15,9 +15,9 @@ jobs:
15
python-version: '3.x'
16
- name: Install dependencies
17
run: |
18
- python -m pip install --upgrade pip
19
- python -m pip install --upgrade black flake8 wheel mypy setuptools
+ python3 -m pip install poetry
+ poetry install
20
- name: Check style
21
- run: make style_check
+ run: poetry run make style_check
22
- name: Check dist
23
- run: make dist
+ run: poetry run make
0 commit comments