Skip to content

Commit 73b4690

Browse files
committed
drop pytest reinstall
1 parent 7c0a457 commit 73b4690

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ jobs:
5454
working-directory: ./plugins
5555
run: pip install .
5656

57-
- name: Install pytest
58-
run: pip install --upgrade --force-reinstall pytest
59-
6057
- name: Test
6158
run: |
6259
export PDAL_DRIVER_PATH=$(python -c "import os, skbuild; print(os.path.join('plugins', skbuild.constants.SKBUILD_DIR(), 'cmake-build'))")

0 commit comments

Comments
 (0)