barry-jin commented on a change in pull request #19685:
URL: https://github.com/apache/incubator-mxnet/pull/19685#discussion_r581433508
##########
File path: .github/workflows/os_x_staticbuild.yml
##########
@@ -42,6 +42,12 @@ jobs:
run: |
python -m pip install --user -e python
+ - name: Build with Cython
+ run: |
+ cd python
+ python setup.py build_ext --inplace --with-cython
+ export MXNET_ENABLE_CYTHON=1
Review comment:
Yes, we can do that.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]