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 69a6666 commit 63b44af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ build_script:
test_script:
- sudo apt-get install libegl1
- sudo apt-get install libxkbcommon0
- sudo apt-get install libdbus-1-3
- pip install mock
- pip install pyqt6
- pip install pytest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
python-version: 3.9
- run: sudo apt-get install libegl1
- run: sudo apt-get install libxkbcommon0
- run: sudo apt-get install libdbus-1-3
- run: pip install coveralls
- run: pip install mock
- run: pip install pyqt6
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
install:
- sudo apt-get install libegl1
- sudo apt-get install libxkbcommon0
- sudo apt-get install libdbus-1-3
- pip install mock
- pip install pyqt6
- pip install pytest
Expand Down
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- checkout
- run: sudo apt-get install libegl1
- run: sudo apt-get install libxkbcommon0
- run: sudo apt-get install libdbus-1-3
- run: pip install mock
- run: pip install pyqt6
- run: pip install pytest
Expand Down

0 comments on commit 63b44af

Please sign in to comment.