Skip to content

Commit

Permalink
fix: catch json errors on empty responses from ralph
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Oct 9, 2024
1 parent 984e634 commit 823460d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install "platform-plugin-aspects==v0.11.3"

RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install "edx-event-routing-backends>=9.3.0,<9.4"
pip install "git+https://github.com/openedx/edx-event-routing-backends@cag/all-dups"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install "platform-plugin-aspects==v0.11.3"

RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install "edx-event-routing-backends>=9.3.0,<9.4"
pip install "git+https://github.com/openedx/edx-event-routing-backends@cag/all-dups"

0 comments on commit 823460d

Please sign in to comment.