Skip to content

Commit 13e558c

Browse files
committed
use 3.12
1 parent aec8823 commit 13e558c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-ci-docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@
1818
#
1919

2020
name: "Python CI Docs"
21+
2122
on:
2223
push:
2324
branches:
24-
- 'main'
25+
- 'main'
2526
pull_request:
2627

2728

@@ -37,7 +38,7 @@ jobs:
3738
- uses: actions/checkout@v4
3839
- uses: actions/setup-python@v5
3940
with:
40-
python-version: ${{ matrix.python }}
41+
python-version: 3.12
4142
- name: Install
4243
working-directory: ./mkdocs
4344
run: pip install -r requirements.txt

0 commit comments

Comments
 (0)