Skip to content

Commit 3ab93e5

Browse files
authored
Merge pull request #105 from IGNF/fix_CI_custom_PDAL
custom PDAL: fix CI for cicd_full
2 parents e0a101a + 82a37f5 commit 3ab93e5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/cicd_full.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,13 @@ jobs:
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
@@ -66,4 +71,4 @@ jobs:
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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
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)

0 commit comments

Comments
 (0)