From bbac7c07475b8ff0b0589cea0a932b45aa604090 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Tue, 7 Jul 2026 14:21:20 +0200 Subject: [PATCH] Update repo with template version v1.4.1 --- .copier-answers.yml | 2 +- .gitea/workflows/create_update_pr.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 20d0ed4..e37bc59 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -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.4.0 +_commit: v1.4.1 _src_path: https://github.com/bec-project/plugin_copier_template.git make_commit: true project_name: pearl_bec diff --git a/.gitea/workflows/create_update_pr.yml b/.gitea/workflows/create_update_pr.yml index e1d990d..71dd86c 100644 --- a/.gitea/workflows/create_update_pr.yml +++ b/.gitea/workflows/create_update_pr.yml @@ -16,14 +16,14 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: "3.12" - name: Checkout uses: actions/checkout@v4 - name: Create virtualenv - run: | - python -m virtualenv .venv + run: | + python -m virtualenv .venv - name: Install tools run: |