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 4e1af25 commit 4d236a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
- 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: echo "export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu" >> $GITHUB_ENV

- run: pytest tests
env:
APPVEYOR_TOKEN: ${{ secrets.APPVEYOR_TOKEN }}
Expand Down Expand Up @@ -68,6 +72,10 @@ jobs:
- 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: echo "export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu" >> $GITHUB_ENV

- run: pytest tests --cov=chroma_feedback
env:
APPVEYOR_TOKEN: ${{ secrets.APPVEYOR_TOKEN }}
Expand Down

0 comments on commit 4d236a2

Please sign in to comment.