mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-04-09 18:20:55 +02:00
Compare commits
12 Commits
feature/sc
...
build/ci_c
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f0124a38d | |||
| 5c6fae8026 | |||
| e36ea4eec3 | |||
| fe51b4bbc7 | |||
| 5f42883179 | |||
| 0d79c1388a | |||
| c80f9c43cf | |||
| e19aa67075 | |||
| 3255145273 | |||
| 7e374d834a | |||
| 77fe365469 | |||
| c0a5a1fecb |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user