We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d42465 commit 9000a72Copy full SHA for 9000a72
.github/workflows/ci.yml
@@ -10,6 +10,6 @@ jobs:
10
- uses: actions/checkout@v2
11
- uses: actions/setup-python@v2
12
with:
13
- python-version: 3.x
+ python-version: '3.10'
14
- run: pip install -r requirements.txt
15
- run: mkdocs gh-deploy --force
0 commit comments