wip
Some checks failed
CI for debye_bec / test (push) Failing after 4s
CI for debye_bec / test (pull_request) Failing after 22s

This commit is contained in:
2025-09-23 22:38:14 -05:00
parent d46ce4eaec
commit 13e826904c

View File

@@ -58,6 +58,12 @@ jobs:
BEC_PLUGIN_REPO_URL: "https://gitea.psi.ch/bec/debye_bec.git"
PYTHON_VERSION: "${{ inputs.PYTHON_VERSION }}"
APT_PACKAGES: "libgl1 libegl1 x11-utils libxkbcommon-x11-0 libdbus-1-3 xvfb libnss3 libxdamage1 libasound2t64 libatomic1 libxcursor1"
- name: Checkout BEC Plugin Repository
run: |
chmod +x ./bec_shared_actions/give_runs_log.sh
./bec_shared_actions/give_runs_log.sh "outputs/checkout.log"
# with:
# ref: "${{ github.head_ref || github.sha }}"
# - name: Checkout test-ci repo