Skip to content

Commit 7e88996

Browse files
committed
Fix: Enclose Python version in quotes for consistency in deploy workflow
1 parent 69a52de commit 7e88996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: 3.10
21+
python-version: '3.10'
2222

2323
- name: Install Poetry
2424
uses: snok/install-poetry@v1

0 commit comments

Comments
 (0)