fix ci build with fomu

This commit is contained in:
hathach
2023-03-17 17:01:56 +07:00
parent 2e5f649fd3
commit a4b17483b9
2 changed files with 0 additions and 5 deletions

View File

@@ -104,9 +104,6 @@ def get_a_dep(d):
if __name__ == "__main__":
if len(sys.argv) <= 1:
sys.exit(1)
status = 0
deps = list(deps_mandatory.keys()) + sys.argv[1:]
with Pool() as pool: