Skip to content

Commit afa8880

Browse files
committed
fix python version
1 parent 517eb82 commit afa8880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: set up python 3.10
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: 3.10
24+
python-version: "3.10"
2525

2626
- name: setup poetry
2727
run: |

0 commit comments

Comments
 (0)