fix python-version error

This commit is contained in:
GiovanniCanali
2025-10-23 12:02:37 +02:00
committed by Giovanni Canali
parent 6935e0d58a
commit 256ac9d025

View File

@@ -23,7 +23,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: 3.10 python-version: '3.10'
- name: Install dependencies - name: Install dependencies
run: | run: |
@@ -91,7 +91,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: 3.10 python-version: '3.10'
- name: Install dependencies - name: Install dependencies
run: | run: |