Skip to content

Commit a412ea1

Browse files
committed
Test PySide2 5.14.2.3 specifically.
1 parent b790b18 commit a412ea1

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
@@ -38,7 +38,7 @@ jobs:
3838
run: pip install ${{ matrix.qt-binding }}
3939
- name: Install Qt binding
4040
if: ${{ matrix.qt-binding == 'PySide2' }}
41-
run: pip install PySide2==5.13.2
41+
run: pip install PySide2==5.14.2.3
4242
- name: Run Qt binding tests
4343
run: python tests/binding_tests.py
4444
env:

0 commit comments

Comments
 (0)