Skip to content

Commit bcaef88

Browse files
committed
windows churn
1 parent 7a00739 commit bcaef88

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

scripts/azp/win.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,9 @@ jobs:
3131
set CC=cl.exe
3232
set CXX=cl.exe
3333
pip install -e .
34-
displayName: 'Build'
35-
- script: |
36-
call activate pdal
37-
py.test
34+
pytest
3835
for /f %%i in ('python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())"') do set SKPATH=%%i
39-
set PDAL_DRIVER_PATH=%SKPATH%/cmake-build
36+
set PDAL_DRIVER_PATH=%SKPATH%\cmake-build\Release
4037
%SKPATH%/pdal_filters_python_test
4138
%SKPATH%/pdal_io_numpy_test
4239
pdal --version

0 commit comments

Comments
 (0)