Skip to content

Commit 28a5487

Browse files
committed
delint
1 parent 8661de1 commit 28a5487

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

scripts/azp/osx.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

scripts/azp/win.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
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

0 commit comments

Comments
 (0)