markitect-tool integration
This commit is contained in:
parent
133676e6bc
commit
6eb3c6a0fb
8 changed files with 413 additions and 8 deletions
|
|
@ -7,7 +7,7 @@ from pathlib import Path
|
|||
|
||||
def run_cli(*args: str) -> subprocess.CompletedProcess[str]:
|
||||
env = os.environ.copy()
|
||||
env["PYTHONPATH"] = "src"
|
||||
env["PYTHONPATH"] = "src:/home/worsch/markitect-tool/src"
|
||||
return subprocess.run(
|
||||
[sys.executable, "-m", "infospace_bench", *args],
|
||||
check=False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue