Skip to content

Commit 4ec01be

Browse files
Fix python version
1 parent 8dc8316 commit 4ec01be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- name: Setup Python
137137
uses: actions/setup-python@v5
138138
with:
139-
python-version: 3.10
139+
python-version: '3.10'
140140

141141
- name: Setup MSVC
142142
if: startsWith(matrix.os, 'windows')
@@ -429,7 +429,7 @@ jobs:
429429
- name: Setup Python
430430
uses: actions/setup-python@v5
431431
with:
432-
python-version: 3.10
432+
python-version: '3.10'
433433

434434
- name: Install dependencies
435435
run: |

0 commit comments

Comments
 (0)