Skip to content

Commit 7a00739

Browse files
committed
tests still not right
1 parent 2d39a8e commit 7a00739

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

scripts/azp/osx.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,11 @@ jobs:
3838
OSX_FORCE_SDK_DOWNLOAD: "1"
3939
}
4040
displayName: Configure OSX SDK
41-
- script: |
42-
source activate pdal
43-
pip install .
44-
displayName: 'System install'
4541
- script: |
4642
source activate pdal
4743
which pytest
4844
pytest
49-
pip install -e .
45+
pip install .
5046
SKPATH=$(python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())")/cmake-build
5147
export PDAL_DRIVER_PATH=$SKPATH
5248
$SKPATH/pdal_filters_python_test

scripts/azp/win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
call activate pdal
3737
py.test
3838
for /f %%i in ('python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())"') do set SKPATH=%%i
39-
set PDAL_DRIVER_PATH=%SKPATH%
39+
set PDAL_DRIVER_PATH=%SKPATH%/cmake-build
4040
%SKPATH%/pdal_filters_python_test
4141
%SKPATH%/pdal_io_numpy_test
4242
pdal --version

0 commit comments

Comments
 (0)