From 3b45862b4cf8e5f9edd53b1dd27f0aa87f895010 Mon Sep 17 00:00:00 2001 From: burnettk Date: Sat, 12 Nov 2022 22:37:36 -0500 Subject: [PATCH] reduce matrix --- .../.github/workflows/tests.yml | 82 +++++++++---------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/spiffworkflow-backend/.github/workflows/tests.yml b/spiffworkflow-backend/.github/workflows/tests.yml index 2d8fc75a..da0dad7e 100644 --- a/spiffworkflow-backend/.github/workflows/tests.yml +++ b/spiffworkflow-backend/.github/workflows/tests.yml @@ -12,53 +12,53 @@ jobs: fail-fast: false matrix: include: - - { python: "3.11", os: "ubuntu-latest", session: "pre-commit" } - - { python: "3.11", os: "ubuntu-latest", session: "safety" } - - { python: "3.11", os: "ubuntu-latest", session: "mypy" } - - { python: "3.10", os: "ubuntu-latest", session: "mypy" } - - { python: "3.9", os: "ubuntu-latest", session: "mypy" } + # - { python: "3.11", os: "ubuntu-latest", session: "pre-commit" } + # - { python: "3.11", os: "ubuntu-latest", session: "safety" } + # - { python: "3.11", os: "ubuntu-latest", session: "mypy" } + # - { python: "3.10", os: "ubuntu-latest", session: "mypy" } + # - { python: "3.9", os: "ubuntu-latest", session: "mypy" } - { python: "3.11", os: "ubuntu-latest", session: "tests", database: "mysql", } - - { - python: "3.11", - os: "ubuntu-latest", - session: "tests", - database: "postgres", - } - - { - python: "3.11", - os: "ubuntu-latest", - session: "tests", - database: "sqlite", - } - - { - python: "3.10", - os: "ubuntu-latest", - session: "tests", - database: "sqlite", - } - - { - python: "3.9", - os: "ubuntu-latest", - session: "tests", - database: "sqlite", - } - - { - python: "3.10", - os: "windows-latest", - session: "tests", - database: "sqlite", - } - - { - python: "3.11", - os: "macos-latest", - session: "tests", - database: "sqlite", - } + # - { + # python: "3.11", + # os: "ubuntu-latest", + # session: "tests", + # database: "postgres", + # } + # - { + # python: "3.11", + # os: "ubuntu-latest", + # session: "tests", + # database: "sqlite", + # } + # - { + # python: "3.10", + # os: "ubuntu-latest", + # session: "tests", + # database: "sqlite", + # } + # - { + # python: "3.9", + # os: "ubuntu-latest", + # session: "tests", + # database: "sqlite", + # } + # - { + # python: "3.10", + # os: "windows-latest", + # session: "tests", + # database: "sqlite", + # } + # - { + # python: "3.11", + # os: "macos-latest", + # session: "tests", + # database: "sqlite", + # } - { # typeguard 2.13.3 is broken with TypeDict in 3.11. # probably the next release fixes it.