File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
fetch-depth : 0
29
29
- uses : actions/setup-python@v5
30
30
with :
31
- python-version : 3.12.11
31
+ python-version : 3.13.5
32
32
- run : pip install --upgrade -r .config/python/dev/requirements.txt
33
33
- run : cd .automation && bash build_schemas_doc.sh && cd ..
34
34
# - run: mkdocs gh-deploy --force
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ jobs:
186
186
echo "curr ver ${{ steps.version.outputs.cversion }}"
187
187
- uses : actions/setup-python@v5
188
188
with :
189
- python-version : 3.12.11
189
+ python-version : 3.13.5
190
190
- run : pip install --upgrade -r .config/python/dev/requirements.txt
191
191
- run : cd .automation && bash build_schemas_doc.sh && cd ..
192
192
# - run: mkdocs gh-deploy --force
Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v4
21
21
- uses : actions/setup-python@v5
22
22
with :
23
- python-version : 3.12.11
23
+ python-version : 3.13.5
24
24
- run : pip install --upgrade -r .config/python/dev/requirements.txt
25
25
- run : cd .automation && bash build_schemas_doc.sh && cd ..
26
26
- run : mkdocs build
Original file line number Diff line number Diff line change 1
- 3.12.11
1
+ 3.13.5
You can’t perform that action at this time.
0 commit comments