From cf1a452e84c9656a35221efe365de3ca830008ed Mon Sep 17 00:00:00 2001 From: Philip Hyunsu Cho Date: Sat, 13 Jun 2020 18:57:06 -0700 Subject: [PATCH] Update Jenkinsfile-win64 --- Jenkinsfile-win64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-win64 b/Jenkinsfile-win64 index 862ec7e0daaf..49d84a0c6037 100644 --- a/Jenkinsfile-win64 +++ b/Jenkinsfile-win64 @@ -139,7 +139,7 @@ def TestWin64GPU(args) { echo "Installing Python dependencies..." def cuda_short_ver = args.cuda_target.replaceAll('_', '') bat """ - conda activate && conda install -y hypothesis && conda upgrade scikit-learn pandas numpy hypothesis && python -m pip install cupy-cuda${cuda_short_ver} + conda activate && conda install -y hypothesis && conda upgrade scikit-learn pandas numpy hypothesis && python -m pip install cupy-${cuda_short_ver} """ echo "Running Python tests..." bat """