Skip to content

Commit

Permalink
try install python3-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Sep 19, 2024
1 parent 7236ebb commit 14cba2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_python-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14cba2d

Please sign in to comment.