Skip to content

Commit

Permalink
Fix CI for PyQt6
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Feb 25, 2023
1 parent 41ffa8c commit 410d21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 410d21c

Please sign in to comment.