chaokunyang commented on code in PR #2406: URL: https://github.com/apache/fory/pull/2406#discussion_r2205320951
########## .github/workflows/ci.yml: ########## @@ -94,13 +92,11 @@ jobs: with: python-version: 3.8 - name: Install bazel - run: ./ci/run_ci.sh install_bazel - - name: Install python - run: ./ci/run_ci.sh install_python - - name: Install pyfory - run: ./ci/run_ci.sh install_pyfory + run: python ./ci/run_ci.py cpp --install-deps-only + - name: Install python dependencies + run: pip install pyarrow==15.0.0 Cython wheel pytest setuptools -U Review Comment: I prefer do it in the script, this script can also be used by users to run tests locally -- 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: commits-unsubscr...@fory.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@fory.apache.org For additional commands, e-mail: commits-h...@fory.apache.org