jroesch commented on a change in pull request #7769:
URL: https://github.com/apache/tvm/pull/7769#discussion_r605322366
##########
File path: tests/scripts/task_python_microtvm.sh
##########
@@ -22,8 +22,12 @@ set -x # NOTE(areusch): Adding to diagnose flaky timeouts
source tests/scripts/setup-pytest-env.sh
-# cleanup pycache
-find . -type f -path "*.pyc" | xargs rm -f
+# Search for __pycache__ in all checked-in dirs. As of now, no Python code is
Review comment:
Do we want to put this in just uTVM? isn't pycache potentially a problem
for us everywhere? also isn't the python interpreter in theory suppose to
handle this?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]