Skip to content

Commit 94e69a5

Browse files
committed
remove PySide2 pinpointing
1 parent 3d5d2db commit 94e69a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ before_script:
113113
# Pin-pointing for now to avoid issues with versions [5.11.2 - 5.12.1]
114114
- if [ "$QT_BINDING" == "PySide2" ];
115115
then
116-
pip install ${PIP_OPTIONS} pyside2==5.11.1;
116+
pip install ${PIP_OPTIONS} pyside2;
117117
fi
118118

119119
# Install built package

0 commit comments

Comments
 (0)