Skip to content

Commit

Permalink
fixed gh pipeline error
Browse files Browse the repository at this point in the history
  • Loading branch information
bigabig committed Sep 20, 2024
1 parent ddf9db8 commit bded822
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/monkey_patch_docker_compose_for_backend_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
if disable_ray:
# remove ray as it's too resource-intensive for CI
data["services"].pop("ray", None)
data["services"]["celery-background-jobs-worker"]["links"].remove("ray")
data["services"]["dats-backend-api"]["depends_on"].remove("ray")
data["services"]["dats-backend-api"]["links"].remove("ray")

for a in data["services"]:
data["services"][a].pop("deploy", None)
Expand Down

0 comments on commit bded822

Please sign in to comment.