ci: fix create_update_pr workflow #248

Merged
wakonig_k merged 1 commits from ci/fix_create_update_pr into main 2026-07-04 20:49:35 +02:00
+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: |