Skip to content

Commit 6f3afd8

Browse files
authored
Qt dependencies still needed for Ubuntu CI.
1 parent 6003960 commit 6f3afd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
architecture: x64
3131
- name: Run system tests
3232
run: python -m test.test_asyncio
33-
# - name: Install Qt dependencies
34-
# if: ${{ matrix.platform == 'ubuntu-latest' }}
35-
# run: sudo apt-get install libgl1-mesa-dev
33+
- name: Install Qt dependencies
34+
if: ${{ matrix.platform == 'ubuntu-latest' }}
35+
run: sudo apt-get install libgl1-mesa-dev
3636
# - name: Install Qt binding
3737
# if: ${{ matrix.qt-binding == 'PySide2' }}
3838
# run: pip install PySide2==5.15.2

0 commit comments

Comments
 (0)