Skip to content

Commit 3e2a165

Browse files
authored
DOC: pin python version to build docs (#1122)
1 parent e4a2752 commit 3e2a165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-python@v5
1313
with:
14-
python-version: '3.x'
14+
python-version: '3.12'
1515
- name: Install Dependencies
1616
run: |
1717
pip install -e .[docs]

0 commit comments

Comments
 (0)