Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower committed Dec 13, 2024
1 parent 957b26f commit 728d887
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,14 @@ jobs:

- name: Build Pulsar C++ client
if: steps.cache-cpp.outputs.cache-hit != 'true'
run: pkg/mac/build-pulsar-cpp.sh
run: |
source venv/bin/activate
pkg/mac/build-pulsar-cpp.sh
- name: Build and test Mac wheels
run: pkg/mac/build-mac-wheels.sh ${{matrix.py.version}}
run: |
source venv/bin/activate
pkg/mac/build-mac-wheels.sh ${{matrix.py.version}}
windows-wheels:
name: "Python ${{ matrix.python.version }} Wheel on Windows x64"
Expand Down

0 comments on commit 728d887

Please sign in to comment.