Skip to content

Commit 94d492e

Browse files
authored
Update CI.yml
1 parent 71a8c3f commit 94d492e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
version:
19-
- "3.8"
20-
- "3.9"
2119
- "3.10"
2220
- "3.11"
2321
- "3.12"
@@ -67,6 +65,7 @@ jobs:
6765
run: |
6866
python -m pip install --upgrade pip
6967
pip install sphinx
68+
pip install -r requirements.txt
7069
7170
- name: Build documentation
7271
run: |

0 commit comments

Comments
 (0)