Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6475cba

Browse files
committed
Fix job/matrix values check step. Test with PyQt6 6.5 Python 3.11 pip
1 parent e6c06ae commit 6475cba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,13 @@ jobs:
7070
use-conda: 'No'
7171
pyqt-extras: 'Yes' # Check PyQt extras
7272
skip-pyside2: true # Pyside2 wheels don't support Python 3.11+
73+
pyqt6-version: '6.5' # Test upper bound
7374
pyside6-version: '6.5' # Test upper bound
7475
- os: windows-latest
7576
python-version: '3.7'
7677
use-conda: 'Yes'
7778
pyqt5-version: '5.9' # Test lower bound
78-
skip-pyside6: true # Test hangs
79+
skip-pyside6: true # Test hangs with 6.4. 6.5 is not available for Python 3.7
7980
- os: windows-latest
8081
python-version: '3.7'
8182
use-conda: 'No'
@@ -116,7 +117,7 @@ jobs:
116117
echo "SKIP_PYSIDE6:" ${{ matrix.skip-pyside6 }}
117118
echo "PYSIDE6_VERSION:" ${{ env.PYSIDE6_VERSION }}
118119
echo "PYSIDE6_QT_VERSION:" ${{ env.PYSIDE6_QT_VERSION }}
119-
echot "---- Other"
120+
echo "---- Other"
120121
echo "SKIP_PIP_CHECK:" ${{ env.SKIP_PIP_CHECK }}
121122
- name: Checkout branch
122123
uses: actions/checkout@v3

0 commit comments

Comments
 (0)