areusch opened a new issue #8593: URL: https://github.com/apache/tvm/issues/8593
Seen twice now, once yesterday and once today: * https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/PR-8525/15/pipeline/390/ * https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/PR-8567/2/pipeline Tests contains the same stack trace: ``` ImportError while importing test module '/workspace/tests/python/frontend/onnx/test_forward.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.6/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/python/frontend/onnx/test_forward.py:23: in <module> import torch E ModuleNotFoundError: No module named 'torch' ``` Suspect this is from a stale pytest JUnit report, since ONNX tests are not run by tests/scripts/task_python_frontend_cpu.sh. Hopeful fix incoming. -- 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]
