Template: Updating to template version 1.4.0 #10

Merged
perl_d merged 1 commits from chore/update-template-453550cc-49a2-4725-aa36-300b891898b2 into main 2026-05-20 11:02:25 +02:00
2 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# It is needed to track the repo template version, and editing may break things.
# This file will be overwritten by copier on template updates.
_commit: v1.3.2
_commit: v1.4.0
_src_path: https://github.com/bec-project/plugin_copier_template.git
make_commit: false
project_name: microxas_bec
+10 -4
View File
@@ -18,15 +18,21 @@ jobs:
with:
python-version: '3.12'
- name: Install tools
run: |
pip install copier PySide6 bec_lib
- name: Checkout
uses: actions/checkout@v4
- name: Create virtualenv
run: |
python -m virtualenv .venv
- name: Install tools
run: |
source .venv/bin/activate
pip install copier PySide6 bec_lib
- 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"