File tree Expand file tree Collapse file tree 6 files changed +8
-17
lines changed
Expand file tree Collapse file tree 6 files changed +8
-17
lines changed Original file line number Diff line number Diff line change 88
99 steps :
1010 - uses : actions/checkout@v6
11- with :
12- fetch-depth : 0
1311
1412 - name : Setup Python
1513 uses : actions/setup-python@v6
1614 with :
17- python-version : ' 3.11 '
15+ python-version : ' 3.14 '
1816
1917 - name : Run check-ifdefs
2018 run : |
Original file line number Diff line number Diff line change @@ -15,15 +15,13 @@ jobs:
1515
1616 steps :
1717 - uses : actions/checkout@v6
18- with :
19- fetch-depth : 0
2018
2119 - name : Setup Python
2220 uses : actions/setup-python@v6
2321 with :
24- python-version : ' 3.11 '
22+ python-version : ' 3.14 '
2523
26- - name : Run check-ifdefs
24+ - name : Run check_makefiles
2725 run : |
2826 python .github/workflows/check_makefiles.py
2927
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - uses : actions/checkout@v6
18- with :
19- fetch-depth : 0
2018
2119 - name : Get submodules
2220 run : |
3028 - name : Setup Python
3129 uses : actions/setup-python@v6
3230 with :
33- python-version : ' 3.11 '
31+ python-version : ' 3.14 '
3432
3533 - name : Run check-params
3634 run : |
Original file line number Diff line number Diff line change 88
99 steps :
1010 - uses : actions/checkout@v6
11- with :
12- fetch-depth : 0
1311
1412 - name : Setup Python
1513 uses : actions/setup-python@v6
1614 with :
17- python-version : ' 3.11 '
15+ python-version : ' 3.14 '
1816 cache : " pip"
1917
2018 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -12,16 +12,15 @@ jobs:
1212
1313 steps :
1414 - uses : actions/checkout@v6
15- with :
16- fetch-depth : 0
15+
1716 - name : Install pandoc and doxygen
1817 run : |
1918 sudo apt install pandoc doxygen
2019
2120 - name : Setup Python
2221 uses : actions/setup-python@v6
2322 with :
24- python-version : ' 3.11 '
23+ python-version : ' 3.14 '
2524 cache : " pip"
2625
2726 - name : Install dependencies
Original file line number Diff line number Diff line change 2020 - name : Setup Python
2121 uses : actions/setup-python@v6
2222 with :
23- python-version : ' 3.11 '
23+ python-version : ' 3.14 '
2424 cache : " pip"
2525
2626 - name : Upgrade pip
You can’t perform that action at this time.
0 commit comments