From dd01fcdd8f1c7ebd02060ffb9418a396ceea5afe Mon Sep 17 00:00:00 2001 From: Yunze Xu Date: Fri, 13 Dec 2024 15:35:29 +0800 Subject: [PATCH] Remove redundant install --- .github/workflows/ci-pr-validation.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci-pr-validation.yaml b/.github/workflows/ci-pr-validation.yaml index e943e9e..c97a6e8 100644 --- a/.github/workflows/ci-pr-validation.yaml +++ b/.github/workflows/ci-pr-validation.yaml @@ -176,9 +176,6 @@ jobs: path: .pulsar-mac-build/deps/install key: ${{matrix.py.version_long}}-${{ hashFiles('dependencies.yaml') }}-${{ hashFiles('pkg/mac/*') }} - - name: Install Python deps - run: pip3 install -U pyyaml - - name: Build dependencies if: steps.cache-deps.outputs.cache-hit != 'true' run: pkg/mac/build-dependencies.sh ${{matrix.py.version}} ${{matrix.py.version_long}}