This is an automated email from the ASF dual-hosted git repository.

yuxuan pushed a commit to branch fix-py-github-actions
in repository https://gitbox.apache.org/repos/asf/thrift.git

commit e746a8b1872c71b6a37c610b44e842254e2b91cd
Author: Yuxuan 'fishy' Wang <[email protected]>
AuthorDate: Mon Aug 19 10:06:29 2024 -0700

    Fix Github Actions for python
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 39e8b8e55..c990aff8b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -448,7 +448,7 @@ jobs:
         run: make -C lib/py
 
       - name: Run make install for python
-        run: sudo make -C lib/py install
+        run: make -C lib/py install
 
       # - name: Run make install-exec-hook for python
       #   run: sudo make -C lib/py install-exec-hook

Reply via email to