File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -499,7 +499,7 @@ services:
499499 environment :
500500 DEVSERVER_CMD : " python manage.py lms runserver 0.0.0.0:18000 --settings devstack"
501501 DEVSERVER_CHECK : " python manage.py lms check --tag compatibility --settings devstack"
502- DEVSERVER_PRECHECK : " pip install -r /edx/private_requirements.txt"
502+ DEVSERVER_PRECHECK : " pip install -r /edx/private_requirements.txt && pip install -e . "
503503 HEALTHCHECK_TARGET : " http://localhost:18000/heartbeat"
504504 FRONTEND_TEST_SERVER_HOSTNAME : edx.devstack.lms
505505 FRONTEND_TEST_SERVER_LMS_PORT : 18003
@@ -717,7 +717,7 @@ services:
717717 environment :
718718 DEVSERVER_CMD : " python manage.py cms runserver 0.0.0.0:18010 --settings devstack"
719719 DEVSERVER_CHECK : " python manage.py cms check --tag compatibility --settings devstack"
720- DEVSERVER_PRECHECK : " pip install -r /edx/private_requirements.txt"
720+ DEVSERVER_PRECHECK : " pip install -r /edx/private_requirements.txt && pip install -e . "
721721 HEALTHCHECK_TARGET : " http://localhost:18010/heartbeat"
722722 FRONTEND_TEST_SERVER_HOSTNAME : edx.devstack.cms
723723 FRONTEND_TEST_SERVER_LMS_PORT : 18103
You can’t perform that action at this time.
0 commit comments