From 9a1e6fb0ede6e6db9b5654d885d6f55e305f39f4 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 11 Apr 2023 15:55:38 +0200 Subject: ci: only windows --- .github/workflows/ci.yml | 51 ++---------------------------------------------- 1 file changed, 2 insertions(+), 49 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3fedc402..4fdf778fb 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,53 +128,6 @@ jobs: fail-fast: false matrix: include: - ### PyQt 5.15.2 (Python 3.7) - - testenv: py37-pyqt5152 - os: ubuntu-20.04 - python: "3.7" - ### 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.7) - - testenv: py37-pyqt62 - os: ubuntu-20.04 - python: "3.7" - ### PyQt 6.3 (Python 3.8) - - testenv: py38-pyqt63 - os: ubuntu-20.04 - python: "3.8" - ## PyQt 6.4 (Python 3.9) - - testenv: py39-pyqt64 - os: ubuntu-20.04 - python: "3.9" - ### PyQt 6.5 (Python 3.10) - - testenv: py310-pyqt65 - os: ubuntu-22.04 - python: "3.10" - ### PyQt 6.5 (Python 3.11) - - testenv: py311-pyqt65 - os: ubuntu-22.04 - python: "3.11" - ### PyQt 6.5 (Python 3.12) - - testenv: py312-pyqt65 - os: ubuntu-22.04 - python: "3.12-dev" - ### 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 -- cgit v1.2.3-54-g00ecf