This is an automated email from the ASF dual-hosted git repository. jiayuliu pushed a commit to branch follow-up-python-github-workflow in repository https://gitbox.apache.org/repos/asf/thrift.git
commit 58b0aa6b5c7b2fef220074cf30f1fd05999bf0a9 Author: Jiayu Liu <[email protected]> AuthorDate: Thu Apr 20 07:44:23 2023 +0800 update github workflow for python --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e93113a6..f8eba210d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -404,12 +404,12 @@ jobs: - name: Run make install for python run: sudo make -C lib/py install - # - name: Run make install-exec-hook for python - # run: sudo make -C lib/py install-exec-hook - - name: Run make check for python run: make -C lib/py check + - name: Run make check for python test + run: make -C test/py check + cross-test: needs: - lib-java-kotlin
