Skip to content

Commit 69b31b8

Browse files
fix doc
1 parent 1a5e254 commit 69b31b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- name: Set up Python 3.11
13+
- name: Set up Python 3.8
1414
uses: actions/setup-python@v2
1515
with:
16-
python-version: '3.11'
16+
python-version: '3.8'
1717
- name: Install doc dependencies
1818
run: |
1919
sudo apt install pandoc

0 commit comments

Comments
 (0)