We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75994d commit de74f17Copy full SHA for de74f17
.github/workflows/test_python-client.yml
@@ -67,6 +67,7 @@ jobs:
67
# build and install thrift-compiler 0.13.0 manually.
68
- name: Install thrift
69
run: |
70
+ apt-get install python3-devel -y
71
export THRIFT_VERSION=0.13.0
72
wget --progress=dot:giga https://github.com/apache/thrift/archive/refs/tags/v${THRIFT_VERSION}.tar.gz
73
tar -xzf v${THRIFT_VERSION}.tar.gz
@@ -76,7 +77,6 @@ jobs:
76
77
make -j $(nproc)
78
make install
79
cd - && rm -rf thrift-${THRIFT_VERSION} v${THRIFT_VERSION}.tar.gz
- apt-get install python3-devel -y
80
- name: Download artifact
81
uses: "./.github/actions/download_artifact"
82
- name: Start Pegasus cluster
0 commit comments