File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,11 @@ jobs:
3838 OSX_FORCE_SDK_DOWNLOAD: "1"
3939 }
4040 displayName: Configure OSX SDK
41- - script : |
42- source activate pdal
43- pip install .
44- displayName: 'System install'
4541 - script : |
4642 source activate pdal
4743 which pytest
4844 pytest
49- pip install -e .
45+ pip install .
5046 SKPATH=$(python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())")/cmake-build
5147 export PDAL_DRIVER_PATH=$SKPATH
5248 $SKPATH/pdal_filters_python_test
Original file line number Diff line number Diff line change 3636 call activate pdal
3737 py.test
3838 for /f %%i in ('python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())"') do set SKPATH=%%i
39- set PDAL_DRIVER_PATH=%SKPATH%
39+ set PDAL_DRIVER_PATH=%SKPATH%/cmake-build
4040 %SKPATH%/pdal_filters_python_test
4141 %SKPATH%/pdal_io_numpy_test
4242 pdal --version
You can’t perform that action at this time.
0 commit comments