We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f4dcf commit 33ecc47Copy full SHA for 33ecc47
scripts/azp/osx.yml
@@ -41,7 +41,7 @@ jobs:
41
- script: |
42
source activate pdal
43
which pytest
44
- pip install .
+ pip install -e .
45
pytest
46
SKPATH=$(python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())")/cmake-build
47
export PDAL_DRIVER_PATH=$SKPATH
0 commit comments