File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -20,23 +20,12 @@ jobs:
20
20
fetch-depth : 0
21
21
persist-credentials : false
22
22
23
- - name : Set up Python
24
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
25
- with :
26
- python-version : 3.12
27
- cache : pip
28
- cache-dependency-path : scripts/requirements-actions.txt
29
-
30
- - name : Install Python packages
31
- run : |
32
- cd zephyrproject/zephyr
33
- pip install -r scripts/requirements-actions.txt --require-hashes
34
-
35
23
- name : west setup
36
24
env :
37
25
BASE_REF : ${{ github.base_ref }}
38
26
working-directory : zephyrproject/zephyr
39
27
run : |
28
+ pip install west==1.4.0
40
29
git config --global user.email "[email protected] "
41
30
git config --global user.name "Your Name"
42
31
west init -l . || true
You can’t perform that action at this time.
0 commit comments