Skip to content

Commit 86d23bc

Browse files
committed
try to run tests for inw
1 parent bd4bc51 commit 86d23bc

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

scripts/azp/win.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,11 @@ jobs:
3333
pip install -e .
3434
pytest
3535
for /f %%i in ('python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())"') do set SKPATH=%%i
36-
set PDAL_DRIVER_PATH=%SKPATH%\cmake-build\Release
36+
set PDAL_DRIVER_PATH=%SKPATH%\cmake-build
3737
echo %cd%
38-
dir
39-
dir %SKPATH%
4038
dir %SKPATH%\cmake-build
41-
dir %SKPATH%\cmake-build\Release
42-
%SKPATH%\cmake-build\Release\pdal_filters_python_test.exe
43-
%SKPATH%\cmake-build\Release\pdal_io_numpy_test.exe
39+
%SKPATH%\cmake-build\pdal_filters_python_test.exe
40+
%SKPATH%\cmake-build\pdal_io_numpy_test.exe
4441
pdal --version
4542
pdal --drivers
4643
failOnStderr: true

0 commit comments

Comments
 (0)