We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb3cac commit 467f685Copy full SHA for 467f685
.github/workflows/ci.yml
@@ -38,6 +38,7 @@ jobs:
38
poetry config virtualenvs.create false &&
39
poetry install
40
- run: poetry run django-admin runserver --settings=tests.settings.production --pythonpath=. &
41
+ - run: pip install tox
42
# Python linting.
43
- run: tox -e lint
44
# Docs website build.
0 commit comments