fix: minio test failed

pull/14190/head
wangruidong 2024-09-18 16:58:58 +08:00 committed by Bryan
parent ef2b12fa0f
commit 513508654b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
lib_path="/opt/py3/lib/python3.11/site-packages"
# 清理不需要的模块
need_clean="jedi botocore/data"
need_clean="jedi"
for i in $need_clean; do
rm -rf "${lib_path}/${i}"
done