driazati commented on a change in pull request #10425:
URL: https://github.com/apache/tvm/pull/10425#discussion_r826266888



##########
File path: tests/scripts/ci.py
##########
@@ -237,9 +277,9 @@ def docs(
         check_gpu()
 
     scripts = extra_setup + [
-        config,
-        f"./tests/scripts/task_build.sh build -j{NPROC}",
-        "./tests/scripts/task_ci_setup.sh",
+        config + f" {build_dir}",
+        f"./tests/scripts/task_build.py --build-dir {build_dir}",
+        "python3 -m pip install --user tlcpack-sphinx-addon==0.2.1 
synr==0.6.0",

Review comment:
       hopefully these will be gone soon after we merge #10257




-- 
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]


Reply via email to