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]