Skip to content

Commit 62c9259

Browse files
committed
ci: fix python version in pages
1 parent 03b9cb5 commit 62c9259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Python 3.10
2929
uses: actions/setup-python@v4
3030
with:
31-
python-version: 3.10
31+
python-version: "3.10"
3232
cache: pip
3333
cache-dependency-path: setup.py
3434
- name: Install dependencies

0 commit comments

Comments
 (0)