Skip to content

Commit

Permalink
drop pytest reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Mar 11, 2023
1 parent 7c0a457 commit 73b4690
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ jobs:
working-directory: ./plugins
run: pip install .

- name: Install pytest
run: pip install --upgrade --force-reinstall pytest

- name: Test
run: |
export PDAL_DRIVER_PATH=$(python -c "import os, skbuild; print(os.path.join('plugins', skbuild.constants.SKBUILD_DIR(), 'cmake-build'))")
Expand Down

0 comments on commit 73b4690

Please sign in to comment.