1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-04-09 02:00:56 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
c1086ef285 fix: also install bec_server from branch in CI 2025-05-09 08:47:24 +02:00

View File

@@ -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