There was an error while loading. Please reload this page.
1 parent 2f5d13f commit ada2211Copy full SHA for ada2211
1 file changed
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
with:
42
repository: PDAL/python-plugins
43
path: ./plugins
44
- ref: main
+ ref: build-updates
45
46
- name: Setup micromamba
47
uses: conda-incubator/setup-miniconda@v3
@@ -64,7 +64,6 @@ jobs:
64
- name: Install python-pdal-plugins
65
working-directory: ./plugins
66
run: |
67
- git checkout build-updates
68
uv pip install -vv . --no-deps --no-build-isolation
69
70
- name: Test
0 commit comments