diff --git a/.github/workflows/pipeline_run.yml b/.github/workflows/pipeline_run.yml index f85fc430..17f75a7f 100644 --- a/.github/workflows/pipeline_run.yml +++ b/.github/workflows/pipeline_run.yml @@ -21,4 +21,4 @@ jobs: source env/bin/activate pip install -e . echo "Running pipeline" - boreholes-extract-all -l -i example/example_borehole_profile.pdf -o example/ -p example/predictions.json -m example/metadata.json -g example/example_ground_truth.json \ No newline at end of file + boreholes-extract-all -l -i example/example_borehole_profile.pdf -o example/ -p example/predictions.json -m example/metadata.json -g example/example_groundtruth.json \ No newline at end of file