ci: fix create update pr
CI for xtreme_bec / test (push) Successful in 32s
CI for xtreme_bec / test (pull_request) Successful in 36s

This commit is contained in:
2026-07-04 20:49:23 +02:00
parent 9129a2245c
commit b60f59c404
+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: |