Merge branch 'main' into python_backend

Signed-off-by: Parth Thakkar <thakkarparth007@gmail.com>
This commit is contained in:
Parth Thakkar 2022-11-09 12:51:16 -06:00
commit f0a12b5e8e
10 changed files with 145 additions and 13 deletions

View file

@ -160,5 +160,5 @@ def test_python_backend(n_gpus: int):
# killing docker-compose process doesn't bring down the containers.
# explicitly stop the containers:
subprocess.run(["docker-compose", "-f", compose_file, "down"], cwd=curdir, check=True)
subprocess.run(["docker-compose", "-f", compose_file, "down"], cwd=curdir, check=True, env=load_test_env())