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.
  • Loading branch information
jerome-pouiller committed Dec 20, 2024
1 parent 333a5e3 commit 3eb90b7
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 3eb90b7

Please sign in to comment.