From aded457ec0ca70be5982357cb965a5abf221871c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20G=C3=B3mez=20Romera?= Date: Fri, 29 Sep 2023 16:28:06 +0200 Subject: [PATCH] Add xcb missign package to run pyqt6 in circleCI #7 --- .circleci/config.yml | 4 ++++ .circleci/requirements_test.txt | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f127adaf..4ee83ec7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,6 +34,10 @@ jobs: app-dir: ~/project/.circleci # If you're requirements.txt isn't in the root directory. pip-dependency-file: requirements_test.txt # if you have a different name for your requirements file, maybe one that combines your runtime and test requirements. + - run: + name: Install xcb + command: sudo apt-get install -y libxkbcommon-x11-0 + - run: name: Run tests # This assumes coverage is installed via the install-package step above diff --git a/.circleci/requirements_test.txt b/.circleci/requirements_test.txt index fb3f5531..4ef555c7 100644 --- a/.circleci/requirements_test.txt +++ b/.circleci/requirements_test.txt @@ -1,7 +1,6 @@ scipy matplotlib -PyQt5 -PyQtWebEngine +PyQt6 iapws coverage coveralls