diff --git a/circle.yml b/circle.yml index 615ee0d..19454b3 100644 --- a/circle.yml +++ b/circle.yml @@ -18,7 +18,7 @@ jobs: - image: circleci/python:3.9-buster steps: - checkout - - run: sudo apt-get install libegl1 + - run: sudo apt-get install libxkbcommon0 - run: pip install mock - run: pip install pyqt6 - run: pip install pytest