Skip to content

Commit

Permalink
fix py lint github actoin
Browse files Browse the repository at this point in the history
  • Loading branch information
hypsug0 committed Mar 28, 2024
1 parent 41be738 commit 513719a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:

- name: Install project requirements
run: |
poetry install
python -m pip install -U pip setuptools wheel
python -m pip install -U flake8
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 513719a

Please sign in to comment.