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 7ff0fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade black flake8 wheel mypy setuptools
python -m pip install --upgrade black flake8 wheel pyright setuptools
- name: Check style
run: make style_check
- name: Check dist
run: make dist
run: make

0 comments on commit 7ff0fe9

Please sign in to comment.