Skip to content

Commit

Permalink
github: workflows: Python crc is not more needed
Browse files Browse the repository at this point in the history
Since "commander" has replaced "siwx917_isp_prepare.py", crc python
package is no more needed.

Signed-off-by: Jérôme Pouiller <[email protected]>
  • Loading branch information
jerome-pouiller committed Oct 18, 2024
1 parent ee2b420 commit 361bdbf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
app-path: zephyr-silabs
toolchains: arm-zephyr-eabi

- name: Install Silabs-specific python dependencies
run: |
pip3 install crc
- name: Fetch blobs
run: |
west blobs fetch hal_silabs
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/upstream-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
with:
python-version: 3.11

- name: Install Silabs-specific python dependencies
run: |
pip3 install crc
- name: Setup Zephyr project
uses: zephyrproject-rtos/action-zephyr-setup@v1
with:
Expand Down

0 comments on commit 361bdbf

Please sign in to comment.