Skip to content

Commit 8beabb7

Browse files
committed
ci: manifest: install west, do not use requirement file
We only need west, so not go about installing packages using the scripts/requirements-actions.txt file. Signed-off-by: Anas Nashif <[email protected]>
1 parent 267469b commit 8beabb7

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/manifest.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,12 @@ jobs:
2020
fetch-depth: 0
2121
persist-credentials: false
2222

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-
3523
- name: west setup
3624
env:
3725
BASE_REF: ${{ github.base_ref }}
3826
working-directory: zephyrproject/zephyr
3927
run: |
28+
pip install west==1.4.0
4029
git config --global user.email "[email protected]"
4130
git config --global user.name "Your Name"
4231
west init -l . || true

0 commit comments

Comments
 (0)