Skip to content

Commit

Permalink
Testing-CI: Add Qt dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidoTek committed May 18, 2024
1 parent 0b6da65 commit 1ef4350
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/testing-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,17 @@ jobs:
cache: "pip"

- name: Install dependencies
run: pip install pytest pytest-md pytest-emoji
run: |
sudo apt install -y libegl1 libxkbcommon0
pip install pytest pytest-md pytest-emoji
- name: Install ProtonUp-Qt
run: pip install -e .

- name: Run pytest
uses: pavelzw/pytest-action@v2
env:
QT_QPA_PLATFORM: "offscreen"
with:
verbose: true
emoji: true
Expand Down

0 comments on commit 1ef4350

Please sign in to comment.