We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd01fcd commit 4bd3d09Copy full SHA for 4bd3d09
.github/workflows/ci-pr-validation.yaml
@@ -176,6 +176,9 @@ jobs:
176
path: .pulsar-mac-build/deps/install
177
key: ${{matrix.py.version_long}}-${{ hashFiles('dependencies.yaml') }}-${{ hashFiles('pkg/mac/*') }}
178
179
+ - name: Install Python deps
180
+ run: pip3 install -U pyyaml
181
+
182
- name: Build dependencies
183
if: steps.cache-deps.outputs.cache-hit != 'true'
184
run: pkg/mac/build-dependencies.sh ${{matrix.py.version}} ${{matrix.py.version_long}}
0 commit comments