Fix Python version in CI

This commit is contained in:
François Voron
2025-10-25 08:29:14 +02:00
parent 4392060b95
commit 1b87613aef
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v6 uses: actions/setup-python@v6
with: with:
python-version: 3.10 python-version: "3.10"
- name: Install dependencies - name: Install dependencies
shell: bash shell: bash
run: | run: |

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v6 uses: actions/setup-python@v6
with: with:
python-version: 3.10 python-version: "3.10"
- name: Install dependencies - name: Install dependencies
shell: bash shell: bash
run: | run: |