We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25add8b commit 62a14eaCopy full SHA for 62a14ea
.github/workflows/tests.yaml
@@ -45,7 +45,7 @@ jobs:
45
poetry run python -m twine check --strict dist/*
46
47
- name: flake8
48
- run: flake8 aiohttp_admin2 --exclude views/aiohttp/templates
+ run: poetry run flake8 aiohttp_admin2 --exclude views/aiohttp/templates
49
50
run-tests:
51
name: Run pytest
0 commit comments