summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml7
1 files 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