areusch commented on a change in pull request #9752:
URL: https://github.com/apache/tvm/pull/9752#discussion_r779229524
##########
File path: tests/scripts/ci.py
##########
@@ -24,12 +24,15 @@
import getpass
import inspect
import argparse
+import json
+import shutil
import grp
import subprocess
from pathlib import Path
from typing import List, Dict, Any, Optional
REPO_ROOT = Path(__file__).resolve().parent.parent.parent
+SCRIPT_DIR = REPO_ROOT / ".cipy-scripts"
Review comment:
sg
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]