Skip to content

Commit

Permalink
Remove redundant install
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower committed Dec 13, 2024
1 parent 8187934 commit dd01fcd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit dd01fcd

Please sign in to comment.