Skip to content

Commit 4bd3d09

Browse files
committed
Revert "Remove redundant install"
This reverts commit dd01fcd.
1 parent dd01fcd commit 4bd3d09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-pr-validation.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ jobs:
176176
path: .pulsar-mac-build/deps/install
177177
key: ${{matrix.py.version_long}}-${{ hashFiles('dependencies.yaml') }}-${{ hashFiles('pkg/mac/*') }}
178178

179+
- name: Install Python deps
180+
run: pip3 install -U pyyaml
181+
179182
- name: Build dependencies
180183
if: steps.cache-deps.outputs.cache-hit != 'true'
181184
run: pkg/mac/build-dependencies.sh ${{matrix.py.version}} ${{matrix.py.version_long}}

0 commit comments

Comments
 (0)