driazati commented on code in PR #11974:
URL: https://github.com/apache/tvm/pull/11974#discussion_r919292294
##########
conftest.py:
##########
@@ -16,10 +16,14 @@
# under the License.
import hashlib
import pytest
+import sys
import os
-from collections import OrderedDict
+
+from pathlib import Path
pytest_plugins = ["tvm.testing.plugin"]
+IS_IN_CI = os.getenv("CI", "") == "true"
Review Comment:
resolved offline, Jenkins sets it to `true`
--
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]