Commit 68b387d 1 parent c89e334 commit 68b387d Copy full SHA for 68b387d
File tree 2 files changed +4
-14
lines changed
2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 10
10
- development
11
11
12
12
jobs :
13
- check-ifdefs :
13
+ check-powi :
14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
21
21
- name : Setup Python
22
22
uses : actions/setup-python@v5
23
23
with :
24
- python-version : ' 3.10'
25
-
26
- - name : Cache pip
27
- uses : actions/cache@v4
28
- with :
29
- # this path is specific to Ubuntu
30
- path : ~/.cache/pip
31
- key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
32
- restore-keys : |
33
- ${{ runner.os }}-pip-
24
+ python-version : ' 3.11'
34
25
35
26
- name : Run check_powi
36
27
run : |
Original file line number Diff line number Diff line change @@ -19,16 +19,15 @@ jobs:
19
19
20
20
steps :
21
21
- uses : actions/checkout@v4
22
- with :
23
- fetch-depth : 0
22
+
24
23
- name : Install pandoc and doxygen
25
24
run : |
26
25
sudo apt install pandoc doxygen
27
26
28
27
- name : Setup Python
29
28
uses : actions/setup-python@v5
30
29
with :
31
- python-version : ' 3.10 '
30
+ python-version : ' 3.11 '
32
31
cache : " pip"
33
32
34
33
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments