From dbb3a1c1fb1e89292b11e0e72f6b82a5cbb3bfe6 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Wed, 14 May 2025 16:05:42 +0200 Subject: [PATCH] fix(workflows): update ophyd_devices clone URL to use GitHub --- .github/workflows/end2end-conda.yml | 2 +- .github/workflows/pytest-matrix.yml | 2 +- .github/workflows/pytest.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/end2end-conda.yml b/.github/workflows/end2end-conda.yml index 80f07800..b3035b8c 100644 --- a/.github/workflows/end2end-conda.yml +++ b/.github/workflows/end2end-conda.yml @@ -37,7 +37,7 @@ jobs: echo -e "\033[35;1m Using branch $BEC_CORE_BRANCH of BEC CORE \033[0;m"; 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://gitlab.psi.ch/bec/ophyd_devices.git + git clone --branch $OPHYD_DEVICES_BRANCH https://github.com/bec-project/ophyd_devices.git export OHPYD_DEVICES_PATH=$PWD/ophyd_devices cd ./bec conda create -q -n test-environment python=3.11 diff --git a/.github/workflows/pytest-matrix.yml b/.github/workflows/pytest-matrix.yml index 5db8f0fa..f81e69d2 100644 --- a/.github/workflows/pytest-matrix.yml +++ b/.github/workflows/pytest-matrix.yml @@ -35,7 +35,7 @@ jobs: echo -e "\033[35;1m Using branch $BEC_CORE_BRANCH of BEC CORE \033[0;m"; 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://gitlab.psi.ch/bec/ophyd_devices.git + git clone --branch $OPHYD_DEVICES_BRANCH https://github.com/bec-project/ophyd_devices.git export OHPYD_DEVICES_PATH=$PWD/ophyd_devices pip install -e ./ophyd_devices pip install -e ./bec/bec_lib[dev] diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index a905a704..66c1aae3 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -46,7 +46,7 @@ jobs: echo -e "\033[35;1m Using branch $BEC_CORE_BRANCH of BEC CORE \033[0;m"; 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://gitlab.psi.ch/bec/ophyd_devices.git + git clone --branch $OPHYD_DEVICES_BRANCH https://github.com/bec-project/ophyd_devices.git export OHPYD_DEVICES_PATH=$PWD/ophyd_devices pip install -e ./ophyd_devices pip install -e ./bec/bec_lib[dev]