From eafabd43c0d2afbe5d8833b995afe96446dfbb30 Mon Sep 17 00:00:00 2001 From: wyzula-jan Date: Wed, 15 Jul 2026 15:45:06 +0200 Subject: [PATCH] ci: fix OPHYD_DEVICES_PATH export typo --- .github/workflows/generate-cli-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-cli-check.yml b/.github/workflows/generate-cli-check.yml index c73c3886..f74eabbb 100644 --- a/.github/workflows/generate-cli-check.yml +++ b/.github/workflows/generate-cli-check.yml @@ -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