areusch commented on a change in pull request #7769:
URL: https://github.com/apache/tvm/pull/7769#discussion_r606043432
##########
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:
I was pretty sure there was some issue with running this locally, but I
now can't remember what it was. what isn't commented, isn't. let's try running
through CI at least, worst case we have exactly the logic we need to bring back
in the first patch on this PR.
--
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]