Skip to content

Commit

Permalink
Add xcb missign package to run pyqt6 in circleCI #7
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgomera committed Sep 29, 2023
1 parent 5fc220c commit aded457
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions .circleci/requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
scipy
matplotlib
PyQt5
PyQtWebEngine
PyQt6
iapws
coverage
coveralls
Expand Down

0 comments on commit aded457

Please sign in to comment.