From ceaa50153df80aedd4a0137d29ecdd86323a5007 Mon Sep 17 00:00:00 2001 From: appel_c Date: Thu, 21 Nov 2024 11:26:09 +0100 Subject: [PATCH] wip --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index edb7892a..4807ee1c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,7 +74,6 @@ before_script: test -d bec_widgets || git clone --branch $CHILD_PIPELINE_BRANCH https://gitlab.psi.ch/bec/bec_widgets.git; cd bec_widgets; fi - *install-os-packages - - *install-qt-webengine-deps formatter: stage: Formatter @@ -150,7 +149,7 @@ tests: - *clone-repos - *install-os-packages - *install-repos - - pip install -e .[dev,pyqt6] + - pip install -e .[dev,pyside6] - coverage run --source=./bec_widgets -m pytest -v --junitxml=report.xml --maxfail=2 --random-order --full-trace ./tests/unit_tests - coverage report - coverage xml @@ -213,7 +212,7 @@ end-2-end-conda: - cd ../ - pip install -e ./ophyd_devices - - pip install -e .[dev,pyqt6] + - pip install -e .[dev,pyside6] - cd ./tests/end-2-end - pytest -v --start-servers --flush-redis --random-order