Skip to content

Commit bd4bc51

Browse files
committed
lint
1 parent 78c94c4 commit bd4bc51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/azp/win.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ 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\Release
37+
echo %cd%
38+
dir
39+
dir %SKPATH%
40+
dir %SKPATH%\cmake-build
3741
dir %SKPATH%\cmake-build\Release
3842
%SKPATH%\cmake-build\Release\pdal_filters_python_test.exe
3943
%SKPATH%\cmake-build\Release\pdal_io_numpy_test.exe

0 commit comments

Comments
 (0)