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 3f737f9 commit 41ffa8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,12 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- run: sudo apt-get install libegl1
- run: pip install mock
- run: pip install pyqt6
- run: pip install pytest
- run: pip install pytest-mock
- run: pip install requests

- run: sudo apt-get update && sudo apt-get install -y libegl1

- run: pytest tests
env:
APPVEYOR_TOKEN: ${{ secrets.APPVEYOR_TOKEN }}
Expand All @@ -64,16 +62,14 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: 3.9
- run: sudo apt-get install libegl1
- run: pip install coveralls
- run: pip install mock
- run: pip install pyqt6
- run: pip install pytest
- run: pip install pytest-cov
- run: pip install pytest-mock
- run: pip install requests

- run: sudo apt-get update && sudo apt-get install -y libegl1

- run: pytest tests --cov=chroma_feedback
env:
APPVEYOR_TOKEN: ${{ secrets.APPVEYOR_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- image: circleci/python:3.9-buster
steps:
- checkout
- run: sudo apt-get install libegl1
- run: pip install mock
- run: pip install pyqt6
- run: pip install pytest
Expand Down

0 comments on commit 41ffa8c

Please sign in to comment.