This is an automated email from the ASF dual-hosted git repository.
laiyingchun pushed a commit to branch
dependabot/pip/python-client/twisted-24.7.0
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to
refs/heads/dependabot/pip/python-client/twisted-24.7.0 by this push:
new 14cba2d32 try install python3-devel
14cba2d32 is described below
commit 14cba2d32256fc649f57e9e926ea90b658c969bb
Author: Yingchun Lai <[email protected]>
AuthorDate: Thu Sep 19 23:16:52 2024 +0800
try install python3-devel
---
.github/workflows/test_python-client.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/test_python-client.yml
b/.github/workflows/test_python-client.yml
index f846be60f..9b5eb43f8 100644
--- a/.github/workflows/test_python-client.yml
+++ b/.github/workflows/test_python-client.yml
@@ -76,6 +76,7 @@ jobs:
make -j $(nproc)
make install
cd - && rm -rf thrift-${THRIFT_VERSION} v${THRIFT_VERSION}.tar.gz
+ yum install python3-devel -y
- name: Download artifact
uses: "./.github/actions/download_artifact"
- name: Start Pegasus cluster
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]