You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/04/02 14:16:30 UTC

[GitHub] [incubator-mxnet] szha commented on a change in pull request #20115: [CD] Fix the name of the pip wheels in CD

szha commented on a change in pull request #20115:
URL: https://github.com/apache/incubator-mxnet/pull/20115#discussion_r606256799



##########
File path: ci/build.py
##########
@@ -270,7 +277,7 @@ def main() -> int:
     command = list(chain.from_iterable(args.command))
     environment = dict([(e.split('=')[:2] if '=' in e else (e, os.environ[e]))
                         for e in args.environment])
-
+    print(environment)

Review comment:
       remove




-- 
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:
users@infra.apache.org