From c1086ef285dec019b2da36533ad85cf8d7feee51 Mon Sep 17 00:00:00 2001 From: David Perl Date: Fri, 9 May 2025 08:47:17 +0200 Subject: [PATCH] fix: also install bec_server from branch in CI --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b2785ac..d26200b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,8 +58,9 @@ stages: .install-repos: &install-repos - pip install -e ./ophyd_devices + - pip install -e ./bec/bec_server[dev] + - pip install -e ./bec/bec_ipython_client[dev] - pip install -e ./bec/bec_lib[dev] - - pip install -e ./bec/bec_ipython_client - pip install -e ./bec/pytest_bec_e2e .install-os-packages: &install-os-packages