tisonkun commented on code in PR #17232:
URL: https://github.com/apache/pulsar/pull/17232#discussion_r961498127


##########
.github/workflows/ci-python-build-3.9-client.yaml:
##########
@@ -66,3 +66,13 @@ jobs:
         run: |
           echo "Build Python3.9 client library"
           pulsar-client-cpp/docker-build-python3.9.sh
+
+      - name: Local build python client
+        if: ${{ steps.check_changes.outputs.docs_only != 'true' }}
+        uses: actions/setup-python@v4
+        with:
+          python-version: '3.9'
+        working-directory: pulsar-client-cpp/python
+        run: |
+          echo "Local build python client library"
+          pip install .

Review Comment:
   Filed an issue in https://github.com/apache/pulsar/issues/17430.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to