You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ib...@apache.org on 2019/01/22 11:37:32 UTC

[incubator-mxnet] branch ib/ci-jl-win updated: fix

This is an automated email from the ASF dual-hosted git repository.

iblis pushed a commit to branch ib/ci-jl-win
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/ib/ci-jl-win by this push:
     new 94e75de  fix
94e75de is described below

commit 94e75de0822c96ec1c2d43d76a319b459efb4252
Author: Iblis Lin <ib...@hs.ntnu.edu.tw>
AuthorDate: Tue Jan 22 19:36:50 2019 +0800

    fix
---
 ci/windows/test_jl10_cpu.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/windows/test_jl10_cpu.ps1 b/ci/windows/test_jl10_cpu.ps1
index c04983e..2ff16fd 100644
--- a/ci/windows/test_jl10_cpu.ps1
+++ b/ci/windows/test_jl10_cpu.ps1
@@ -42,7 +42,7 @@ dir
 
 $src='
     using Pkg
-    Pkg.activate(".\julia")
+    Pkg.activate(".\\julia")
     Pkg.build()
     Pkg.test()
 '