mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 11:11:49 +02:00
fix: also install bec_server from branch in CI
This commit is contained in:
@ -58,8 +58,9 @@ stages:
|
|||||||
|
|
||||||
.install-repos: &install-repos
|
.install-repos: &install-repos
|
||||||
- pip install -e ./ophyd_devices
|
- 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_lib[dev]
|
||||||
- pip install -e ./bec/bec_ipython_client
|
|
||||||
- pip install -e ./bec/pytest_bec_e2e
|
- pip install -e ./bec/pytest_bec_e2e
|
||||||
|
|
||||||
.install-os-packages: &install-os-packages
|
.install-os-packages: &install-os-packages
|
||||||
|
Reference in New Issue
Block a user