Skip to content

Commit

Permalink
set PYTHONHOME and PYTHONLIB
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 26, 2019
1 parent af8d71a commit 9bff703
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/azp/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:
call activate pdal
pushd build
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
set PYTHONHOME="C:\Miniconda\"
set PYTHONLIB="C:\Miniconda\Lib"
ctest -V --output-on-failure
displayName: 'Test'

0 comments on commit 9bff703

Please sign in to comment.