Skip to content

Commit ec3b4b6

Browse files
authored
avoid Python 3.12 for pdoc workflow
1 parent 513cf73 commit ec3b4b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pdoc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
with:
1515
persist-credentials: false
1616
- uses: actions/setup-python@v2
17+
with:
18+
python-version: "3.11"
1719
- name: Build
1820
run: |
1921
pip install pdoc3

0 commit comments

Comments
 (0)