diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 289f7561..800a763e 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -25,16 +25,16 @@ jobs: repo-path: tligui_y/slic ci-token: ${{ secrets.CI_TOKEN }} apt_packages: "postfix meson ninja-build build-essential gcc libdbus-1-dev python3-pip dunst xvfb tmux" - env: conda + env: pixi 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 @@ -93,7 +93,6 @@ jobs: kill $XVFB_PID sleep 1 ' - continue-on-error: true ##################################### TO NOT CHANGE #################################