From ec66dbf0a4770293c86949f9b44db8eb3db49c28 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Thu, 7 Aug 2025 11:33:48 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 4839f7be..27f830eb 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -32,6 +32,13 @@ jobs: git clone https://gitea.psi.ch/SwissFEL/morbidissimo.git echo "PYTHONPATH=$PYTHONPATH:$(pwd)/morbidissimo" >> $GITHUB_ENV + # for elog + + git clone https://github.com/paulscherrerinstitute/py_elog.git + cd py_elog + pip install . + + continue-on-error: true ##################################### TO NOT CHANGE #################################