Skip to content

Commit

Permalink
env instead of variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 26, 2019
1 parent 65704eb commit 21541f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/azp/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
ctest -V --output-on-failure
displayName: 'Test'
variables:
env:
PYTHONHOME: 'C:/Miniconda/envs/pdal/'
PYTHONLIB: 'C:/Miniconda/envs/pdal/Lib'

0 comments on commit 21541f5

Please sign in to comment.