Skip to content

Commit

Permalink
Update Jenkinsfile-win64
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 authored Jun 14, 2020
1 parent f1e6860 commit cf1a452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile-win64
Original file line number Diff line number Diff line change
Expand Up @@ -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 """
Expand Down

0 comments on commit cf1a452

Please sign in to comment.