We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5e254 commit 69b31b8Copy full SHA for 69b31b8
1 file changed
.github/workflows/check-docs.yml
@@ -10,10 +10,10 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
13
- - name: Set up Python 3.11
+ - name: Set up Python 3.8
14
uses: actions/setup-python@v2
15
with:
16
- python-version: '3.11'
+ python-version: '3.8'
17
- name: Install doc dependencies
18
run: |
19
sudo apt install pandoc
0 commit comments