From f0bfc28363bacb22a47fa4cebbfc3104de7da21c Mon Sep 17 00:00:00 2001 From: tligui_y Date: Thu, 28 Aug 2025 14:37:07 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index a5aa85c0a..71005fd6e 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -29,12 +29,12 @@ jobs: custom_shell_commands_before: | # for elog - pixi add pip - pixi run pip install git+https://github.com/paulscherrerinstitute/py_elog.git - bash install_elog.sh + #pixi add pip + #pixi run pip install git+https://github.com/paulscherrerinstitute/py_elog.git + #bash install_elog.sh - #conda run -n ci-env pip install git+https://github.com/paulscherrerinstitute/py_elog.git - #conda run -n ci-env bash install_elog.sh + conda run -n ci-env pip install git+https://github.com/paulscherrerinstitute/py_elog.git + conda run -n ci-env bash install_elog.sh # for IOC