Skip to content

Commit

Permalink
Update test_python-client.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 authored Sep 24, 2024
1 parent de74f17 commit 13f682b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_python-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# build and install thrift-compiler 0.13.0 manually.
- name: Install thrift
run: |
apt-get install python3-devel -y
apt-get install python3-dev -y
export THRIFT_VERSION=0.13.0
wget --progress=dot:giga https://github.com/apache/thrift/archive/refs/tags/v${THRIFT_VERSION}.tar.gz
tar -xzf v${THRIFT_VERSION}.tar.gz
Expand Down

0 comments on commit 13f682b

Please sign in to comment.