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 d98105a commit 2f5d13fCopy full SHA for 2f5d13f
1 file changed
.github/workflows/build.yml
@@ -59,12 +59,13 @@ jobs:
59
60
- name: Install python-pdal
61
run: |
62
- git checkout build-updates
63
uv pip install -vv . --no-deps
64
65
- name: Install python-pdal-plugins
66
working-directory: ./plugins
67
- run: uv pip install -vv . --no-deps --no-build-isolation
+ run: |
+ git checkout build-updates
68
+ uv pip install -vv . --no-deps --no-build-isolation
69
70
- name: Test
71
0 commit comments