mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-07-07 13:31:55 -07:00
Merge branch 'main' into python_backend
Signed-off-by: Parth Thakkar <thakkarparth007@gmail.com>
This commit is contained in:
commit
f0a12b5e8e
10 changed files with 145 additions and 13 deletions
|
@ -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())
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue