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 957b26f commit 728d887Copy full SHA for 728d887
.github/workflows/ci-pr-validation.yaml
@@ -193,10 +193,14 @@ jobs:
193
194
- name: Build Pulsar C++ client
195
if: steps.cache-cpp.outputs.cache-hit != 'true'
196
- run: pkg/mac/build-pulsar-cpp.sh
+ run: |
197
+ source venv/bin/activate
198
+ pkg/mac/build-pulsar-cpp.sh
199
200
- name: Build and test Mac wheels
- run: pkg/mac/build-mac-wheels.sh ${{matrix.py.version}}
201
202
203
+ pkg/mac/build-mac-wheels.sh ${{matrix.py.version}}
204
205
windows-wheels:
206
name: "Python ${{ matrix.python.version }} Wheel on Windows x64"
0 commit comments