...
CI for bec_testing_plugin / test (push) Successful in 29s

This commit is contained in:
2026-05-19 16:11:15 +02:00
parent 02db4aca5c
commit 6296b3d809
+4 -4
View File
@@ -18,7 +18,10 @@ jobs:
with:
python-version: "3.12"
- name: Create env
- name: Checkout
uses: actions/checkout@v4
- name: Create virtualenv
run: |
python -m virtualenv .venv
@@ -30,12 +33,9 @@ jobs:
python -m pip install copier PySide6 bec_lib
echo $(which copier)
python -c "import bec_lib; print(bec_lib.__file__)"
- name: Checkout
uses: actions/checkout@v4
- name: Perform update
run: |
tree ../..
source .venv/bin/activate
git config --global user.email "bec_ci_staging@psi.ch"
git config --global user.name "BEC automated CI"