From 48f4a7ab0b35fcb16116f111382321f33fbbe259 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Mon, 24 Aug 2026 20:28:14 +0900 Subject: [PATCH] .github/workflows/upl-build.yml: Remove redundant pip requirements This currently passes `pefile pylibfdt` to BuildPlatform.yml. However, those are included in the same pip installation step that installs the from pip-requirements.txt. This removes them so the dependency details can be maintained in one place which is pip-requirements.txt. This also allows local pip installation to install the same versions installed in CI. Signed-off-by: Michael Kubacki --- .github/workflows/upl-build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/upl-build.yml b/.github/workflows/upl-build.yml index f5e9f80ef4..b199918708 100644 --- a/.github/workflows/upl-build.yml +++ b/.github/workflows/upl-build.yml @@ -31,7 +31,6 @@ jobs: tool-chain: ${{ matrix.tool-chain }} target: ${{ matrix.target }} extra-build-args: ${{ matrix.extra-build-args }} - extra-pip-requirements: 'pefile pylibfdt' extra-artifact-path: | Build/**/*.elf Build/**/*.fit @@ -54,7 +53,6 @@ jobs: tool-chain: ${{ matrix.tool-chain }} target: ${{ matrix.target }} extra-build-args: ${{ matrix.extra-build-args }} - extra-pip-requirements: 'pefile pylibfdt' extra-setup-cmd: 'sudo dnf install -y llvm clang llvm-libs llvm-devel lldb' extra-artifact-path: | Build/**/*.elf