Skip to content

Commit 80a2dcf

Browse files
committed
chore(ci): fix python string
1 parent 6200b31 commit 80a2dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Set up Python
101101
uses: actions/setup-python@v4
102102
with:
103-
python-version: 3.10
103+
python-version: "3.10"
104104
cache: 'pip'
105105
cache-dependency-path: |
106106
**/setup.cfg

0 commit comments

Comments
 (0)