Template: Updating to template version 1.3.1 #3

Open
bec-gitea wants to merge 13 commits from chore/update-template-8c8f040f-5a9e-4d9c-af2a-dfbc137bce1e into main
Showing only changes of commit 6296b3d809 - Show all commits
+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"