Skip to content

Commit 13f682b

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

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,7 +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
70+
apt-get install python3-dev -y
7171
export THRIFT_VERSION=0.13.0
7272
wget --progress=dot:giga https://github.com/apache/thrift/archive/refs/tags/v${THRIFT_VERSION}.tar.gz
7373
tar -xzf v${THRIFT_VERSION}.tar.gz

0 commit comments

Comments
 (0)