esafak commented on code in PR #2406: URL: https://github.com/apache/fory/pull/2406#discussion_r2205373553
########## .github/workflows/ci.yml: ########## @@ -191,8 +195,12 @@ jobs: with: java-version: 8 distribution: "temurin" + - name: Set up Python 3.8 + uses: actions/setup-python@v5 + with: + python-version: 3.8 - name: Run CI - run: ./ci/run_ci.sh integration_tests + run: python ./ci/run_ci.py java --version integration_tests Review Comment: We could rename it `version_or_test` ? -- 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