Skip to content

Commit 3b5ab26

Browse files
committed
no longer need to install edx-search from fork
1 parent 0874b2f commit 3b5ab26

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tutor/templates/build/openedx/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,6 @@ RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
106106
# Install scorm xblock
107107
RUN pip install "openedx-scorm-xblock>=18.0.0,<19.0.0"
108108

109-
# Install edx-search fork with meilisearch engine
110-
# TODO this should be a temporary change for the duration of the Sumac branch testing.
111-
# After that, the corresponding change should have been merged in edx-search and the
112-
# package upgraded in edx-platform (sumac release branch).
113-
RUN pip install git+https://github.com/regisb/edx-search@regisb/meilisearch#edx-search
114-
115109
{% for extra_requirements in OPENEDX_EXTRA_PIP_REQUIREMENTS %}
116110
RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
117111
pip install '{{ extra_requirements }}'

0 commit comments

Comments
 (0)