1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-04-09 18:20:55 +02:00

Compare commits

...

12 Commits

Author SHA1 Message Date
8f0124a38d wip 2025-05-06 08:47:05 +02:00
5c6fae8026 wip 2025-05-06 08:43:50 +02:00
e36ea4eec3 wip 2025-05-06 08:43:26 +02:00
fe51b4bbc7 wip 2025-05-06 08:40:33 +02:00
5f42883179 wip 2025-05-06 08:30:58 +02:00
0d79c1388a wip check runner os 2025-05-06 08:01:03 +02:00
c80f9c43cf wip 2025-05-06 07:58:55 +02:00
e19aa67075 wip 2025-05-06 07:53:02 +02:00
3255145273 wip move to apk 2025-05-06 07:52:18 +02:00
7e374d834a wip change to ubuntu latest build 2025-05-06 07:46:09 +02:00
77fe365469 wip change apt-get 2025-05-06 07:36:35 +02:00
c0a5a1fecb build: move to condaforge/miniforge3 docker image 2025-05-06 07:25:24 +02:00

View File

@@ -203,22 +203,17 @@ test-matrix:
end-2-end-conda:
stage: End2End
needs: []
image: continuumio/miniconda3
image: condaforge/miniforge3:24.11.3-2
allow_failure: false
variables:
QT_QPA_PLATFORM: "offscreen"
script:
- lsb_release -a || cat /etc/os-release
- *clone-repos
# - apt-get install -y libxcb-xinerama0-dev
- *install-os-packages
- conda config --show-sources
- conda config --add channels conda-forge
- conda config --system --remove channels https://repo.anaconda.com/pkgs/main
- conda config --system --remove channels https://repo.anaconda.com/pkgs/r
- conda config --remove channels https://repo.anaconda.com/pkgs/main
- conda config --remove channels https://repo.anaconda.com/pkgs/r
- conda config --show-sources
- conda config --set channel_priority strict
- conda config --set always_yes yes --set changeps1 no
# - apt-get install -y libgl1-mes x11-utils libxkbcommon-x11-0 libdbus-1-3 xvfb
- *install-qt-webengine-deps
- conda create -q -n test-environment python=3.11
- conda init bash
- source ~/.bashrc