Skip to content

Commit b72fd95

Browse files
trying to fix flake8 command not found
1 parent 5d93d25 commit b72fd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "${{secrets.ENV_VARIABLES}}" >> .env
3636
- name: Lint with flake8
3737
run: |
38-
flake8
38+
poetry run flake8
3939
- name: Test with pytest
4040
run: |
4141
poetry run pytest

0 commit comments

Comments
 (0)