use venv
CI for bec_testing_plugin / test (push) Successful in 31s

This commit is contained in:
2026-05-19 16:07:36 +02:00
parent 679da87ca2
commit c66182ce73
+6
View File
@@ -18,8 +18,13 @@ jobs:
with:
python-version: "3.12"
- name: Create env
run: |
python -m virtualenv .venv
- name: Install tools
run: |
source .venv/bin/activate
echo $(which python)
echo $(python -m pip list)
python -m pip install copier PySide6 bec_lib
@@ -30,6 +35,7 @@ jobs:
- name: Perform update
run: |
source .venv/bin/activate
git config --global user.email "bec_ci_staging@psi.ch"
git config --global user.name "BEC automated CI"