mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-10 02:28:33 +00:00
fix: minio test failed
This commit is contained in:
parent
ef2b12fa0f
commit
513508654b
@ -4,7 +4,7 @@
|
|||||||
lib_path="/opt/py3/lib/python3.11/site-packages"
|
lib_path="/opt/py3/lib/python3.11/site-packages"
|
||||||
|
|
||||||
# 清理不需要的模块
|
# 清理不需要的模块
|
||||||
need_clean="jedi botocore/data"
|
need_clean="jedi"
|
||||||
for i in $need_clean; do
|
for i in $need_clean; do
|
||||||
rm -rf "${lib_path}/${i}"
|
rm -rf "${lib_path}/${i}"
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user