wip
Some checks failed
CI / test (pull_request) Failing after 28s
CI / test (push) Failing after 35s

This commit is contained in:
2025-06-06 11:02:58 +02:00
parent c76846d802
commit a9a026d070

View File

@ -36,11 +36,11 @@ jobs:
with: with:
repository: bec/bec_shared_actions repository: bec/bec_shared_actions
- name: Install and test a BEC plugin repository # - name: Install and test a BEC plugin repository
uses: ./.github/actions/plugin_repo_tests # uses: ./.github/actions/plugin_repo_tests
with: # with:
BEC_CORE_BRANCH: ${{ inputs.BEC_CORE_BRANCH }} # BEC_CORE_BRANCH: ${{ inputs.BEC_CORE_BRANCH }}
BEC_WIDGETS_BRANCH: ${{ inputs.BEC_WIDGETS_BRANCH }} # BEC_WIDGETS_BRANCH: ${{ inputs.BEC_WIDGETS_BRANCH }}
OPHYD_DEVICES_BRANCH: ${{ inputs.OPHYD_DEVICES_BRANCH }} # OPHYD_DEVICES_BRANCH: ${{ inputs.OPHYD_DEVICES_BRANCH }}
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"