From 986348acb917c89cc192731c83abdb0fe3e09ef4 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 11 Apr 2023 14:53:02 +0200 Subject: Revert "ci: Disable broken Qt 6.5" This reverts commit 681f7ffc579a8e1e7b28abe64da364c1c4d853e1. --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a51938996..79244a98b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,10 +154,9 @@ jobs: os: ubuntu-20.04 python: 3.9 ### PyQt 6.5 (Python 3.11) - # FIXME:qt6 broken - # - testenv: py311-pyqt65 - # os: ubuntu-22.04 - # python: 3.11 + - 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