1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-01-01 03:21:19 +01:00

wip move to apk

This commit is contained in:
2025-05-06 07:52:18 +02:00
parent 7e374d834a
commit 3255145273

View File

@@ -210,6 +210,10 @@ end-2-end-conda:
script:
- *clone-repos
# - *install-os-packages
- apk update
- apk add mesa-gl xkeyboard-config dbus xvfb
- apk add nss libxdamage alsa-lib libatomic libxcursor
- export QTWEBENGINE_DISABLE_SANDBOX=1
- apt-get install -y libegl1-mesa x11-utils libxkbcommon-x11-0 libdbus-1-3 xvfb
- conda create -q -n test-environment python=3.11
- conda init bash