Skip to content

Commit

Permalink
Fix flake8 action
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Nov 8, 2024
1 parent e215635 commit 4ebd75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
python-version: 3.9
- name: Install flake8
run: pip install --upgrade flake8 flake8-pytest
run: pip install --upgrade flake8 flake8-pyproject
- name: Run flake8
uses: liskin/gh-problem-matcher-wrap@v1
with:
Expand Down

0 comments on commit 4ebd75a

Please sign in to comment.