From 582dea6bd39a3a2f4e4590dd05827c2d33fc4741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pouiller?= Date: Tue, 15 Oct 2024 12:40:50 +0200 Subject: [PATCH] github: workflows: Python crc is not more needed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since "commander" has replaced "siwx917_isp_prepare.py", crc python package is no more needed. Signed-off-by: Jérôme Pouiller --- .github/workflows/build.yml | 4 ---- .github/workflows/upstream-build.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bef5c81..40bc7a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/upstream-build.yml b/.github/workflows/upstream-build.yml index 77fe176..7d6aa96 100644 --- a/.github/workflows/upstream-build.yml +++ b/.github/workflows/upstream-build.yml @@ -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: