Skip to content

Commit dbd052f

Browse files
committed
fix: fix the issue of CI parsing lint Python version number exception
1 parent 2e71598 commit dbd052f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Set up Python
9292
uses: actions/setup-python@v4
9393
with:
94-
python-version: 3.10
94+
python-version: "3.10"
9595

9696
- name: Install dependencies
9797
run: |

0 commit comments

Comments
 (0)