From 1e805b47c6df2bc08966ffd250ba0b3f22ab9563 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Thu, 15 Aug 2024 11:29:33 +0200 Subject: [PATCH] ci: install ophyd_devices from the repo --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3029b077..db0acf3d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -160,6 +160,7 @@ tests: script: - git clone --branch $OPHYD_DEVICES_BRANCH https://oauth2:$CI_OPHYD_DEVICES_KEY@gitlab.psi.ch/bec/ophyd_devices.git - export OPHYD_DEVICES_PATH=$PWD/ophyd_devices + - pip install ./ophyd_devices - pip install pytest pytest-random-order pytest-cov pytest-timeout - apt-get update - apt-get install -y gcc @@ -185,6 +186,7 @@ tests-3.11: script: - git clone --branch $OPHYD_DEVICES_BRANCH https://oauth2:$CI_OPHYD_DEVICES_KEY@gitlab.psi.ch/bec/ophyd_devices.git - export OPHYD_DEVICES_PATH=$PWD/ophyd_devices + - pip install ./ophyd_devices - pip install pytest pytest-random-order pytest-cov pytest-timeout - apt-get update - apt-get install -y gcc @@ -354,6 +356,7 @@ end-2-end-conda: # get ophyd devices repo (needed for the device_server) - git clone --branch $OPHYD_DEVICES_BRANCH https://oauth2:$CI_OPHYD_DEVICES_KEY@gitlab.psi.ch/bec/ophyd_devices.git - export OPHYD_DEVICES_PATH=$PWD/ophyd_devices + - pip install ./ophyd_devices - source ./bin/install_bec_dev.sh -t @@ -398,6 +401,7 @@ end-2-end-conda-310: # get ophyd devices repo (needed for the device_server) - git clone --branch $OPHYD_DEVICES_BRANCH https://oauth2:$CI_OPHYD_DEVICES_KEY@gitlab.psi.ch/bec/ophyd_devices.git - export OPHYD_DEVICES_PATH=$PWD/ophyd_devices + - pip install ./ophyd_devices - *install-bec-services-dev