@@ -49,28 +49,28 @@ jobs:
4949 - name : Checkout BEC Core
5050 uses : actions/checkout@v4
5151 with :
52- repository : bec/bec
52+ repository : bec-project /bec
5353 ref : " ${{ inputs.BEC_CORE_BRANCH || 'main' }}"
5454 path : ./bec
5555
5656 - name : Checkout Ophyd Devices
5757 uses : actions/checkout@v4
5858 with :
59- repository : bec/ophyd_devices
59+ repository : bec-project /ophyd_devices
6060 ref : " ${{ inputs.OPHYD_DEVICES_BRANCH || 'main' }}"
6161 path : ./ophyd_devices
6262
6363 - name : Checkout BEC Widgets
6464 uses : actions/checkout@v4
6565 with :
66- repository : bec/bec_widgets
66+ repository : bec-project /bec_widgets
6767 ref : " ${{ inputs.BEC_WIDGETS_BRANCH || 'main' }}"
6868 path : ./bec_widgets
6969
7070 - name : Checkout BEC Plugin Repository
7171 uses : actions/checkout@v4
7272 with :
73- repository : bec/bec_testing_plugin
73+ repository : bec-project /bec_testing_plugin
7474 ref : " ${{ inputs.BEC_PLUGIN_REPO_BRANCH || github.head_ref || github.sha }}"
7575 path : ./bec_testing_plugin
7676
8989 uv pip install --system -e ./bec/bec_lib[dev]
9090 uv pip install --system -e ./bec/bec_ipython_client
9191 uv pip install --system -e ./bec/bec_server[dev]
92- uv pip install --system -e ./bec_widgets[dev,pyside6 ]
92+ uv pip install --system -e ./bec_widgets[dev]
9393 uv pip install --system -e ./bec_testing_plugin
9494
9595 - name : Run Pytest with Coverage
0 commit comments