chaokunyang commented on code in PR #1303:
URL: https://github.com/apache/incubator-fury/pull/1303#discussion_r1444455611
##########
.github/workflows/ci.yml:
##########
@@ -141,11 +141,13 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.8
- - name: Install bazel
- run: ./ci/run_ci.sh install_bazel
+ - name: Install Bazel
+ run: |
+ pip install psutil
+ pip install pyarrow==14.0.0
Review Comment:
Sounds good to me. Can we install `psutil` and `pyarrow` in py script in
this PR? The import for `psutil` can be moved into function to avoid import
error
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]