From 681f7ffc579a8e1e7b28abe64da364c1c4d853e1 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 11 Apr 2023 13:55:06 +0200 Subject: ci: Disable broken Qt 6.5 See #7624 --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79244a98b..a51938996 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,9 +154,10 @@ jobs: os: ubuntu-20.04 python: 3.9 ### PyQt 6.5 (Python 3.11) - - testenv: py311-pyqt65 - os: ubuntu-22.04 - python: 3.11 + # FIXME:qt6 broken + # - testenv: py311-pyqt65 + # os: ubuntu-22.04 + # python: 3.11 ### macOS Big Sur: PyQt 5.15 (Python 3.9 to match PyInstaller env) - testenv: py39-pyqt515 os: macos-11 -- cgit v1.2.3-54-g00ecf