Skip to content

Commit

Permalink
Merge branch 'pyproject' of github.com:PDAL/python into pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Apr 18, 2024
2 parents 5a6e6ec + 069ef7d commit 7d8b520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:

- name: Install python-pdal
run: |
pip install -vv .
pip install -vv . --no-deps --no-build-isolation
- name: Install python-pdal-plugins
working-directory: ./plugins
run: pip install -vv .
run: pip install -vv . --no-deps --no-build-isolation

- name: Test
run: |
Expand Down

0 comments on commit 7d8b520

Please sign in to comment.