Skip to content

Commit de74f17

Browse files
authored
Update test_python-client.yml
1 parent a75994d commit de74f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_python-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
# build and install thrift-compiler 0.13.0 manually.
6868
- name: Install thrift
6969
run: |
70+
apt-get install python3-devel -y
7071
export THRIFT_VERSION=0.13.0
7172
wget --progress=dot:giga https://github.com/apache/thrift/archive/refs/tags/v${THRIFT_VERSION}.tar.gz
7273
tar -xzf v${THRIFT_VERSION}.tar.gz
@@ -76,7 +77,6 @@ jobs:
7677
make -j $(nproc)
7778
make install
7879
cd - && rm -rf thrift-${THRIFT_VERSION} v${THRIFT_VERSION}.tar.gz
79-
apt-get install python3-devel -y
8080
- name: Download artifact
8181
uses: "./.github/actions/download_artifact"
8282
- name: Start Pegasus cluster

0 commit comments

Comments
 (0)