Skip to content

Commit 62a14ea

Browse files
committed
fixed ci
1 parent 25add8b commit 62a14ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
poetry run python -m twine check --strict dist/*
4646
4747
- name: flake8
48-
run: flake8 aiohttp_admin2 --exclude views/aiohttp/templates
48+
run: poetry run flake8 aiohttp_admin2 --exclude views/aiohttp/templates
4949

5050
run-tests:
5151
name: Run pytest

0 commit comments

Comments
 (0)