Skip to content

Commit

Permalink
Add xcb missign package to run pyqt6 in circleCI #3
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgomera committed Sep 29, 2023
1 parent 77b1cc6 commit 87f5f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- run:
name: Install xcb
command: sudo apt-get install -y --no-install-recommends libxkbcommon-x11-0
command: sudo apt-get install -y --no-install-recommends libxkbcommon0

- run:
name: Run tests
Expand Down

0 comments on commit 87f5f11

Please sign in to comment.