Update .gitea/workflows/test.yml
Run CI Tests / test (push) Successful in 3m8s

This commit is contained in:
2025-08-28 14:53:53 +02:00
parent 38d1098492
commit 7165af9caa
+6 -7
View File
@@ -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 #################################