ci: fix OPHYD_DEVICES_PATH export typo

This commit is contained in:
2026-07-24 13:48:03 +02:00
committed by Jan Wyzula
parent dc69265a69
commit eafabd43c0
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
git clone --branch $BEC_CORE_BRANCH https://github.com/bec-project/bec.git
echo -e "\033[35;1m Using branch $OPHYD_DEVICES_BRANCH of OPHYD_DEVICES \033[0;m";
git clone --branch $OPHYD_DEVICES_BRANCH https://github.com/bec-project/ophyd_devices.git
export OHPYD_DEVICES_PATH=$PWD/ophyd_devices
export OPHYD_DEVICES_PATH=$PWD/ophyd_devices
pip install -e ./ophyd_devices
pip install -e ./bec/bec_lib[dev]
pip install -e ./bec/bec_ipython_client