Fix quotes for Python version in CI workflow

This commit is contained in:
Mahmoud Ashraf
2025-10-30 21:14:30 +03:00
committed by GitHub
parent 44466c7535
commit ba812f55a2

View File

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