Skip to content

Commit 2f5d13f

Browse files
committed
fix build-updates usage
1 parent d98105a commit 2f5d13f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,13 @@ jobs:
5959
6060
- name: Install python-pdal
6161
run: |
62-
git checkout build-updates
6362
uv pip install -vv . --no-deps
6463
6564
- name: Install python-pdal-plugins
6665
working-directory: ./plugins
67-
run: uv pip install -vv . --no-deps --no-build-isolation
66+
run: |
67+
git checkout build-updates
68+
uv pip install -vv . --no-deps --no-build-isolation
6869
6970
- name: Test
7071
run: |

0 commit comments

Comments
 (0)