Skip to content

Commit 5f08ceb

Browse files
committed
Test PySide2 5.15.2 specifically.
1 parent 27faebc commit 5f08ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: sudo apt-get install libgl1-mesa-dev
3636
- name: Install Qt binding
3737
if: ${{ matrix.qt-binding == 'PySide2' }}
38-
run: pip install PySide2==5.15.1
38+
run: pip install PySide2==5.15.2
3939
- name: Install Qt binding
4040
run: pip install ${{ matrix.qt-binding }}
4141
- name: Run Qt binding tests

0 commit comments

Comments
 (0)