We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0a457 commit 73b4690Copy full SHA for 73b4690
1 file changed
.github/workflows/build.yml
@@ -54,9 +54,6 @@ jobs:
54
working-directory: ./plugins
55
run: pip install .
56
57
- - name: Install pytest
58
- run: pip install --upgrade --force-reinstall pytest
59
-
60
- name: Test
61
run: |
62
export PDAL_DRIVER_PATH=$(python -c "import os, skbuild; print(os.path.join('plugins', skbuild.constants.SKBUILD_DIR(), 'cmake-build'))")
0 commit comments