mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
test
This commit is contained in:
parent
133a7041ef
commit
e14be77fb4
3
build.py
3
build.py
@ -287,5 +287,6 @@ if __name__ == "__main__":
|
||||
|
||||
subprocess.run(f"{py37Path} -m pip install --upgrade pip")
|
||||
subprocess.run(f"{py37Path} -m pip install -r requirements.txt")
|
||||
|
||||
# 3.8之后会莫名其妙引用这个b东西,然后这个b东西会把一堆没用的东西导入进来
|
||||
shutil.rmtree(os.path.join(os.path.dirname(py37Path), "Lib\\test"))
|
||||
subprocess.run(f"{py37Path} retrieval.py")
|
||||
|
Loading…
x
Reference in New Issue
Block a user