Updating to template version 1.4.1
CI for phoenix_bec / test (pull_request) Successful in 42s
CI for phoenix_bec / test (push) Successful in 37s

This commit was merged in pull request #17.
This commit is contained in:
2026-07-07 14:19:50 +02:00
parent aa1d566ee5
commit c92882ef07
2 changed files with 4 additions and 4 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.4.0
_commit: v1.4.1
_src_path: https://github.com/bec-project/plugin_copier_template.git
make_commit: false
project_name: phoenix_bec
+3 -3
View File
@@ -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: |