From 2f8f830b4ac9c61e6b3040c32ac427da25fc29a9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 11 Apr 2023 13:56:49 +0200 Subject: ci: debug qt 6.5 --- .github/workflows/ci.yml | 54 +++++++----------------------------------------- 1 file changed, 7 insertions(+), 47 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a51938996..e41827777 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ env: jobs: linters: - if: "!contains(github.event.head_commit.message, '[ci skip]')" + if: false timeout-minutes: 10 runs-on: ubuntu-20.04 strategy: @@ -83,7 +83,7 @@ jobs: fi tests-docker: - if: "!contains(github.event.head_commit.message, '[ci skip]')" + if: false timeout-minutes: 45 runs-on: ubuntu-20.04 strategy: @@ -128,50 +128,10 @@ jobs: fail-fast: false matrix: include: - ### PyQt 5.15.2 (Python 3.9) - - testenv: py39-pyqt5152 - os: ubuntu-20.04 - python: "3.9" - ### PyQt 5.15 (Python 3.10, with coverage) - # FIXME:qt6 - # - testenv: py310-pyqt515-cov - # os: ubuntu-22.04 - # python: "3.10" - ### PyQt 5.15 (Python 3.11) - - testenv: py311-pyqt515 - os: ubuntu-20.04 - python: "3.11" - ### PyQt 6.2 (Python 3.9) - - testenv: py39-pyqt62 - os: ubuntu-20.04 - python: 3.9 - ### PyQt 6.3 (Python 3.9) - - testenv: py39-pyqt63 - os: ubuntu-20.04 - python: 3.9 - ## PyQt 6.4 (Python 3.9) - - testenv: py39-pyqt64 - 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 - ### macOS Big Sur: PyQt 5.15 (Python 3.9 to match PyInstaller env) - - testenv: py39-pyqt515 - os: macos-11 - python: "3.9" - args: "tests/unit" # Only run unit tests on macOS - ### macOS Monterey - - testenv: py39-pyqt515 - os: macos-12 - python: "3.9" - args: "tests/unit" # Only run unit tests on macOS - ### Windows: PyQt 5.15 (Python 3.9 to match PyInstaller env) - - testenv: py39-pyqt515 - os: windows-2019 - python: "3.9" + - testenv: py311-pyqt65 + os: ubuntu-22.04 + python: 3.11 + args: "-sv" runs-on: "${{ matrix.os }}" steps: - uses: actions/checkout@v3 @@ -215,7 +175,7 @@ jobs: name: "${{ matrix.testenv }}" codeql: - if: "!contains(github.event.head_commit.message, '[ci skip]')" + if: false permissions: security-events: write timeout-minutes: 15 -- cgit v1.2.3-54-g00ecf