From b1fb55ea6701ed8b748fc30e8b8d99dac6a84f34 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 3 Jul 2020 19:14:39 +0200 Subject: ci: Remove experimental Qt 5.7 job It really seems to fail every time, and GitHub's UI still prominently shows the failure. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a69eee1a..6b507c3db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,10 +79,10 @@ jobs: matrix: include: ### PyQt 5.7.1 (Python 3.5) - - testenv: py35-pyqt57 - os: ubuntu-16.04 - python: 3.5 - experimental: true + # - testenv: py35-pyqt57 + # os: ubuntu-16.04 + # python: 3.5 + # experimental: true ### PyQt 5.9 (Python 3.6) - testenv: py36-pyqt59 os: ubuntu-18.04 -- cgit v1.2.3-54-g00ecf