Skip to content

Commit

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

Please sign in to comment.