We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8187934 commit dd01fcdCopy full SHA for dd01fcd
.github/workflows/ci-pr-validation.yaml
@@ -176,9 +176,6 @@ 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