File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 3232 id : build
3333 uses : docker/build-push-action@v5
3434 with :
35+ context : .
36+ file : ./Dockerfile.pdal
3537 load : true
3638 tags : ${{ env.TEST_TAG }}
39+ build-args : |
40+ GITHUB_REPOSITORY=alavenant/PDAL
41+ GITHUB_SHA=master_07_05_25
3742
3843 # run the test on the docker image
3944 - name : Run tests in docker image
6671
6772 - name : Run tests with pytest
6873 shell : micromamba-shell {0}
69- run : python -m pytest ./test -s --log-cli-level DEBUG
74+ run : python -m pytest ./test -s -m "not pdal_custom" - -log-cli-level DEBUG
Original file line number Diff line number Diff line change 1+ - custom PDAL: fix CI for cicd_full (build docker image with custom PDAL, and skip custom PDAL test for local pytest)
12
23# 1.9.1
34- las_add_points_to_pointcloud: Fix add points to LAS (use PDAL instead of Laspy)
You can’t perform that action at this time.
0 commit comments