We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7af337 commit dbf97f9Copy full SHA for dbf97f9
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: set up Python
16
uses: actions/setup-python@v1
17
with:
18
- python-version: 3.9
+ python-version: '3.10'
19
20
- name: install mkdocs
21
run: |
0 commit comments