0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

ci: install pytest plugin from specified repo, not pypi

This commit is contained in:
2024-12-20 17:37:52 +01:00
parent b75c4c88fe
commit 95f6a7ceb7

View File

@ -61,6 +61,7 @@ stages:
- pip install -e ./ophyd_devices
- 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
- apt-get update