We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887bacb commit cd0cfbeCopy full SHA for cd0cfbe
.github/workflows/quick-start.yml
@@ -39,4 +39,5 @@ jobs:
39
exit 1
40
fi
41
- name: Check django-setup-configuration
42
- run: docker compose exec -T web python -c "import django_setup_configuration" || { printf "printf "django_setup_configuration package is not installed.\r\n\r\n" >&2; exit 1; }
+ run: docker compose exec -T web python -c "import django_setup_configuration" || { printf "django_setup_configuration package is not installed.\r\n\r\n" >&2; exit 1; }
43
+
0 commit comments