wip
Some checks failed
CI Beamline / test (push) Failing after 2s
CI Beamline / test (pull_request) Failing after 2s

This commit is contained in:
2025-06-13 18:48:26 +02:00
parent cea2759b22
commit 7ff54bf790

View File

@ -38,10 +38,10 @@ jobs:
ref: main ref: main
- name: Install and test a BEC plugin repository - name: Install and test a BEC plugin repository
uses: https://gitea.psi.ch/bec/bec_shared_actions/.gitea/plugin_repo_tests@main uses: https://gitea.psi.ch/bec/bec_shared_actions/.gitea/plugin_repo_tests.git@main
with: with:
BEC_CORE_BRANCH: ${{ inputs.BEC_CORE_BRANCH }} BEC_CORE_BRANCH: ${{ inputs.BEC_CORE_BRANCH || 'main' }}
BEC_WIDGETS_BRANCH: ${{ inputs.BEC_WIDGETS_BRANCH }} BEC_WIDGETS_BRANCH: ${{ inputs.BEC_WIDGETS_BRANCH || 'main' }}
OPHYD_DEVICES_BRANCH: ${{ inputs.OPHYD_DEVICES_BRANCH }} OPHYD_DEVICES_BRANCH: ${{ inputs.OPHYD_DEVICES_BRANCH || 'main' }}
BEC_PLUGIN_REPO_URL: "https://gitea.psi.ch/bec/phoenix_bec.git" BEC_PLUGIN_REPO_URL: "https://gitea.psi.ch/bec/phoenix_bec.git"
PYTHON_VERSION: "3.11" PYTHON_VERSION: "3.11"