Skip to content

Commit ba812f5

Browse files
Fix quotes for Python version in CI workflow
1 parent 44466c7 commit ba812f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python 3.10
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.10
23+
python-version: '3.10'
2424

2525
- name: Install module
2626
run: |
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Python 3.10
5151
uses: actions/setup-python@v5
5252
with:
53-
python-version: 3.10
53+
python-version: '3.10'
5454

5555
- name: Install module
5656
run: |
@@ -72,7 +72,7 @@ jobs:
7272
- name: Set up Python 3.10
7373
uses: actions/setup-python@v5
7474
with:
75-
python-version: 3.10
75+
python-version: '3.10'
7676

7777
- name: Install dependencies
7878
run: |

0 commit comments

Comments
 (0)