Skip to content

Commit

Permalink
try different PYTHONHOME
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 27, 2019
1 parent 6c2ac65 commit 38a38e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/azp/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,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/envs/pdal/"
set PYTHONLIB="C:/Miniconda/envs/pdal/Lib"
set PYTHONHOME="C:/Miniconda/"
set PYTHONLIB="C:/Miniconda/Lib"
echo %PYTHONHOME%
echo %PYTHONLIB%
ctest -VV --output-on-failure -DPYTHONHOME:STRING="C:/Miniconda/envs/pdal/" -DPYTHONLIB:STRING=="C:/Miniconda/envs/pdal/Lib"
Expand Down

0 comments on commit 38a38e7

Please sign in to comment.