This commit is contained in:
@@ -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 #################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user