Skip to content

Commit 467f685

Browse files
committed
Add missing dependency
1 parent 9eb3cac commit 467f685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
poetry config virtualenvs.create false &&
3939
poetry install
4040
- run: poetry run django-admin runserver --settings=tests.settings.production --pythonpath=. &
41+
- run: pip install tox
4142
# Python linting.
4243
- run: tox -e lint
4344
# Docs website build.

0 commit comments

Comments
 (0)