Stop exporting cl args and upload stdout and stderr as artifacts

This commit is contained in:
Vladimir Repin
2022-11-14 18:40:15 +03:00
committed by GitHub
parent 5808241dd7
commit 9e4f68acad
8 changed files with 27 additions and 18 deletions

View File

@@ -244,6 +244,8 @@ def tests(test_dir):
if "--ckpt" not in sys.argv:
sys.argv.append("--ckpt")
sys.argv.append("./test/test_files/empty.pt")
if "--skip-torch-cuda-test" not in sys.argv:
sys.argv.append("--skip-torch-cuda-test")
print(f"Launching Web UI in another process for testing with arguments: {' '.join(sys.argv[1:])}")