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 27faebc commit 5f08cebCopy full SHA for 5f08ceb
.github/workflows/tests.yml
@@ -35,7 +35,7 @@ jobs:
35
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.1
+ run: pip install PySide2==5.15.2
39
40
run: pip install ${{ matrix.qt-binding }}
41
- name: Run Qt binding tests
0 commit comments