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 760dad6 commit 8733716Copy full SHA for 8733716
.github/workflows/ci.yml
@@ -78,6 +78,7 @@ jobs:
78
# See https://github.com/python-poetry/poetry/issues/4210.
79
- run: poetry config experimental.new-installer false
80
- run: poetry config virtualenvs.create false
81
+ - run: poetry config --list
82
- run: poetry install
83
- run: poetry run django-admin runserver --settings=tests.settings.production --pythonpath=. &
84
# Docs website build.
0 commit comments