fix python version
Some checks failed
Build and Deploy Backend / Run Linters and Tests (push) Failing after 6s
Build and Deploy Backend / Build and Deploy (push) Has been skipped

This commit is contained in:
c-d-p
2025-04-30 20:22:56 +02:00
parent df9023016c
commit 36d373b95c

View File

@@ -36,7 +36,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.12.3'
# Cache pip dependencies for faster reruns
- name: Cache pip dependencies