Skip to content

Commit

Permalink
Add xcb missign package to run pyqt6 in circleCI #4
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgomera committed Sep 29, 2023
1 parent 87f5f11 commit 851828f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ 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 --no-install-recommends libxkbcommon0

- run:
name: Run tests
# This assumes coverage is installed via the install-package step above
Expand Down

0 comments on commit 851828f

Please sign in to comment.