mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-04-27 19:17:01 +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"
|
||||
|
||||
# 清理不需要的模块
|
||||
need_clean="jedi botocore/data"
|
||||
need_clean="jedi"
|
||||
for i in $need_clean; do
|
||||
rm -rf "${lib_path}/${i}"
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user