Skip to content

Commit dd01fcd

Browse files
committed
Remove redundant install
1 parent 8187934 commit dd01fcd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

-3
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,6 @@ 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-
182179
- name: Build dependencies
183180
if: steps.cache-deps.outputs.cache-hit != 'true'
184181
run: pkg/mac/build-dependencies.sh ${{matrix.py.version}} ${{matrix.py.version_long}}

0 commit comments

Comments
 (0)