Skip to content

Commit

Permalink
ci: fix style check
Browse files Browse the repository at this point in the history
  • Loading branch information
matejcik committed Jan 5, 2024
1 parent 7d266f0 commit 4ce2f81
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade black flake8 wheel mypy setuptools
run: poetry install
- name: Check style
run: make style_check
run: poetry run make style_check
- name: Check dist
run: make dist
run: poetry run make

0 comments on commit 4ce2f81

Please sign in to comment.