Skip to content

Commit 582dea6

Browse files
jerome-pouillerjhedberg
authored andcommitted
github: workflows: Python crc is not more needed
Since "commander" has replaced "siwx917_isp_prepare.py", crc python package is no more needed. Signed-off-by: Jérôme Pouiller <[email protected]>
1 parent a448c72 commit 582dea6

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232
app-path: zephyr-silabs
3333
toolchains: arm-zephyr-eabi
3434

35-
- name: Install Silabs-specific python dependencies
36-
run: |
37-
pip3 install crc
38-
3935
- name: Fetch blobs
4036
run: |
4137
west blobs fetch hal_silabs

.github/workflows/upstream-build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
with:
2323
python-version: 3.11
2424

25-
- name: Install Silabs-specific python dependencies
26-
run: |
27-
pip3 install crc
28-
2925
- name: Setup Zephyr project
3026
uses: zephyrproject-rtos/action-zephyr-setup@v1
3127
with:

0 commit comments

Comments
 (0)