mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-11 05:47:14 +02:00
wip - ci tests
This commit is contained in:
10
.github/workflows/ophyd_tests.yml
vendored
10
.github/workflows/ophyd_tests.yml
vendored
@ -20,11 +20,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Clone and install dependencies
|
- name: Clone and install dependencies
|
||||||
run: |
|
run: |
|
||||||
if [[ "$PROJECT_PATH" != "bec/ophyd_devices" ]]; then
|
# if [[ "$PROJECT_PATH" != "bec/ophyd_devices" ]]; then
|
||||||
echo -e "\033[35;1m Using branch $CHILD_PIPELINE_BRANCH of Ophyd Devices \033[0;m"
|
# echo -e "\033[35;1m Using branch $CHILD_PIPELINE_BRANCH of Ophyd Devices \033[0;m"
|
||||||
test -d ophyd_devices || git clone --branch "$CHILD_PIPELINE_BRANCH" https://gitlab.psi.ch/bec/ophyd_devices.git
|
# test -d ophyd_devices || git clone --branch "$CHILD_PIPELINE_BRANCH" https://gitlab.psi.ch/bec/ophyd_devices.git
|
||||||
cd ophyd_devices
|
# cd ophyd_devices
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
pip install -e .[dev]
|
pip install -e .[dev]
|
||||||
git clone --branch "$BEC_CORE_BRANCH" https://gitlab.psi.ch/bec/bec.git
|
git clone --branch "$BEC_CORE_BRANCH" https://gitlab.psi.ch/bec/bec.git
|
||||||
|
Reference in New Issue
Block a user