Skip to content

Commit ada2211

Browse files
committed
set build-updates on checkout
1 parent 2f5d13f commit ada2211

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
repository: PDAL/python-plugins
4343
path: ./plugins
44-
ref: main
44+
ref: build-updates
4545

4646
- name: Setup micromamba
4747
uses: conda-incubator/setup-miniconda@v3
@@ -64,7 +64,6 @@ jobs:
6464
- name: Install python-pdal-plugins
6565
working-directory: ./plugins
6666
run: |
67-
git checkout build-updates
6867
uv pip install -vv . --no-deps --no-build-isolation
6968
7069
- name: Test

0 commit comments

Comments
 (0)