We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037881b commit 895b77dCopy full SHA for 895b77d
ci_build/azure_pipelines/templates/setup.yml
@@ -31,7 +31,7 @@ steps:
31
- bash: |
32
site_dir=$(python -c "import site; print(site.getsitepackages()[1])")
33
echo "##vso[task.prependpath]$site_dir\numpy\.libs"
34
- displayName: 'Fix numpy path'
+ displayName: 'Fix Numpy Path'
35
condition: and(succeeded(), in(variables['Agent.OS'], 'Windows_NT'))
36
37
- bash: env
0 commit comments