Update file .gitlab-ci.yml

This commit is contained in:
wakonig_k 2024-05-07 11:21:29 +02:00
parent 27d4b6ae83
commit bd01f6050a

View File

@ -24,6 +24,9 @@ include:
#commands to run in the Docker container before starting each job.
before_script:
- if [[ "$CI_PROJECT_PATH" != "bec/ophyd_devices" ]]; then
test -d ophyd_devices || git clone https://gitlab.psi.ch/bec/ophyd_devices.git; cd ophyd_devices;
fi
- pip install -e .[dev]
- git clone --branch $BEC_CORE_BRANCH https://gitlab.psi.ch/bec/bec.git
- pip install -e ./bec/bec_lib[dev]