From 14a0c715ac1fe9379a12e26b9c6a3f1d58ffe825 Mon Sep 17 00:00:00 2001 From: Renato Durrer Date: Thu, 4 Apr 2024 16:00:09 +0200 Subject: [PATCH] fix pipeline ci --- .github/workflows/pipeline_run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline_run.yml b/.github/workflows/pipeline_run.yml index c2d38222..85043b85 100644 --- a/.github/workflows/pipeline_run.yml +++ b/.github/workflows/pipeline_run.yml @@ -21,4 +21,4 @@ jobs: source "${HOME}/.bash_profile" conda env create -f environment-prod.yml conda activate boreholes-prod - boreholes-extract-layers -l -i example/example_borehole_profile.pdf -o example/ -p example/predictions.json \ No newline at end of file + sudo boreholes-extract-layers -l -i example/example_borehole_profile.pdf -o example/ -p example/predictions.json \ No newline at end of file