File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,10 @@ jobs:
3333
3434 - script : |
3535 source activate pdal
36- which pytest
3736 pip install -e .
3837 pytest
3938 SKPATH=$(python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())")/cmake-build
4039 export PDAL_DRIVER_PATH=$SKPATH
41- ls
42- ls _skbuild
43- ls $SKPATH
4440 $SKPATH/pdal_filters_python_test
4541 $SKPATH/pdal_io_numpy_test
4642 pdal --version
Original file line number Diff line number Diff line change 3434 pytest
3535 for /f %%i in ('python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())"') do set SKPATH=%%i
3636 set PDAL_DRIVER_PATH=%SKPATH%\cmake-build
37- echo %cd%
38- dir %SKPATH%\cmake-build
3937 set PYTHONHOME=%CONDA_PREFIX%
4038 %SKPATH%\cmake-build\pdal_filters_python_test.exe
4139 %SKPATH%\cmake-build\pdal_io_numpy_test.exe
You can’t perform that action at this time.
0 commit comments