Skip to content

Commit 83d76f3

Browse files
committed
fix: use the 3.9 Python version in the 'deploy-docs' workflow
1 parent 912623e commit 83d76f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-main-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Python
2828
uses: actions/setup-python@v2
2929
with:
30-
python-version: '3.8'
30+
python-version: '3.9'
3131

3232
- name: Cache pip
3333
uses: actions/cache@v2

0 commit comments

Comments
 (0)