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 29
29
fetch-depth : 0
30
30
- uses : actions/setup-python@v5
31
31
with :
32
- python-version : 3.12.11
32
+ python-version : 3.13.5
33
33
- run : pip install --upgrade -r .config/python/dev/requirements.txt
34
34
- run : cd .automation && bash build_schemas_doc.sh && cd ..
35
35
# - run: mkdocs gh-deploy --force
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206
206
echo "curr ver ${{ steps.version.outputs.cversion }}"
207
207
- uses : actions/setup-python@v5
208
208
with :
209
- python-version : 3.12.11
209
+ python-version : 3.13.5
210
210
- run : pip install --upgrade -r .config/python/dev/requirements.txt
211
211
- run : cd .automation && bash build_schemas_doc.sh && cd ..
212
212
# - 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