Skip to content

Commit 544e90c

Browse files
author
Andrei
committed
Update sphinx.yml
1 parent 25f6799 commit 544e90c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/sphinx.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: actions/setup-python@v4
18+
- name: Set up Python 3.11
19+
uses: actions/setup-python@v4
20+
with:
21+
python-version: 3.11.6
1922

2023
- name: Build docs requirements
2124
run: pip install -r docs/requirements.txt

0 commit comments

Comments
 (0)