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