We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6003960 commit 6f3afd8Copy full SHA for 6f3afd8
.github/workflows/tests.yml
@@ -30,9 +30,9 @@ jobs:
30
architecture: x64
31
- name: Run system tests
32
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
+ - name: Install Qt dependencies
+ if: ${{ matrix.platform == 'ubuntu-latest' }}
+ run: sudo apt-get install libgl1-mesa-dev
36
# - name: Install Qt binding
37
# if: ${{ matrix.qt-binding == 'PySide2' }}
38
# run: pip install PySide2==5.15.2
0 commit comments