Skip to content

Commit 895b77d

Browse files
committed
rename fix numpy path
1 parent 037881b commit 895b77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_build/azure_pipelines/templates/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ steps:
3131
- bash: |
3232
site_dir=$(python -c "import site; print(site.getsitepackages()[1])")
3333
echo "##vso[task.prependpath]$site_dir\numpy\.libs"
34-
displayName: 'Fix numpy path'
34+
displayName: 'Fix Numpy Path'
3535
condition: and(succeeded(), in(variables['Agent.OS'], 'Windows_NT'))
3636

3737
- bash: env

0 commit comments

Comments
 (0)