fix: Correct Python version syntax in CI workflow
Some checks failed
CI / lint (push) Failing after 35s
CI / build (push) Has been skipped
CI / test (push) Has been skipped

This commit is contained in:
2025-11-12 10:45:04 +01:00
parent ce9c174b53
commit 0694d4ec4b

View File

@@ -17,7 +17,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: \"3.12\" python-version: "3.12"
- name: Get pip cache dir - name: Get pip cache dir
id: pip-cache id: pip-cache
@@ -84,7 +84,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: \"3.12\" python-version: "3.12"
- name: Get pip cache dir - name: Get pip cache dir
id: pip-cache id: pip-cache