Skip to content

Commit b6c6405

Browse files
committed
adjust skpath
1 parent 33ecc47 commit b6c6405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/azp/osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
which pytest
4444
pip install -e .
4545
pytest
46-
SKPATH=$(python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())")/cmake-build
46+
SKPATH=$(python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())")
4747
export PDAL_DRIVER_PATH=$SKPATH
4848
ls
4949
ls $SKPATH

0 commit comments

Comments
 (0)