Skip to content

Commit

Permalink
github: workflows: Drop "crc" package
Browse files Browse the repository at this point in the history
Python "crc" package is no more required.

Signed-off-by: Jérôme Pouiller <[email protected]>
  • Loading branch information
jerome-pouiller committed Dec 20, 2024
1 parent ccd458d commit a6ad7d6
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 @@ -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
4 changes: 0 additions & 4 deletions .github/workflows/upstream-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
with:
python-version: 3.11

- name: Install Silabs-specific python dependencies
run: |
pip3 install crc
- name: Update manifest to point at upstream main branch
working-directory: zephyr-silabs
shell: bash
Expand Down

0 comments on commit a6ad7d6

Please sign in to comment.