Skip to content

Commit 6941a7d

Browse files
tbitcsoz-agent
andcommitted
fix(ci): use full zephyr/scripts/requirements.txt for Twister deps
natsort (and other Twister transitive deps) are only guaranteed by the full requirements.txt; the split base+build-test files were incomplete. Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 38dcf16 commit 6941a7d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,7 @@ jobs:
101101
run: west update --narrow -o=--depth=1
102102

103103
- name: Install Zephyr Python requirements
104-
run: |
105-
pip install -r zephyr/scripts/requirements-base.txt
106-
pip install -r zephyr/scripts/requirements-build-test.txt
104+
run: pip install -r zephyr/scripts/requirements.txt
107105

108106
# Unit tests run as native executables on native_sim.
109107
- name: Twister — unit tests

0 commit comments

Comments
 (0)