File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -58,17 +58,10 @@ jobs:
58
58
echo "ABORT: PR number validation failed!"
59
59
exit 1
60
60
61
-
62
61
- name : Set up Python
63
- uses : actions/setup -python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
62
+ uses : zephyrproject-rtos/action -python-setup@main
64
63
with :
65
64
python-version : 3.12
66
- cache : pip
67
- cache-dependency-path : scripts/requirements-actions.txt
68
-
69
- - name : Install Python packages
70
- run : |
71
- pip install -r scripts/requirements-actions.txt --require-hashes
72
65
73
66
- name : Run assignment script
74
67
env :
Original file line number Diff line number Diff line change 34
34
persist-credentials : false
35
35
36
36
- name : Set up Python
37
- uses : actions/setup -python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
37
+ uses : zephyrproject-rtos/action -python-setup@main
38
38
with :
39
39
python-version : 3.12
40
- cache : pip
41
- cache-dependency-path : scripts/requirements-actions.txt
42
-
43
- - name : Install Python packages
44
- run : |
45
- pip install -r scripts/requirements-actions.txt --require-hashes
46
40
47
41
- name : west setup
48
42
if : >
You can’t perform that action at this time.
0 commit comments