reduce matrix

This commit is contained in:
burnettk 2022-11-12 22:37:36 -05:00
parent 1ebee5cb52
commit 3b45862b4c
1 changed files with 41 additions and 41 deletions

View File

@ -12,53 +12,53 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- { python: "3.11", os: "ubuntu-latest", session: "pre-commit" } # - { python: "3.11", os: "ubuntu-latest", session: "pre-commit" }
- { python: "3.11", os: "ubuntu-latest", session: "safety" } # - { python: "3.11", os: "ubuntu-latest", session: "safety" }
- { python: "3.11", os: "ubuntu-latest", session: "mypy" } # - { python: "3.11", os: "ubuntu-latest", session: "mypy" }
- { python: "3.10", os: "ubuntu-latest", session: "mypy" } # - { python: "3.10", os: "ubuntu-latest", session: "mypy" }
- { python: "3.9", os: "ubuntu-latest", session: "mypy" } # - { python: "3.9", os: "ubuntu-latest", session: "mypy" }
- { - {
python: "3.11", python: "3.11",
os: "ubuntu-latest", os: "ubuntu-latest",
session: "tests", session: "tests",
database: "mysql", database: "mysql",
} }
- { # - {
python: "3.11", # python: "3.11",
os: "ubuntu-latest", # os: "ubuntu-latest",
session: "tests", # session: "tests",
database: "postgres", # database: "postgres",
} # }
- { # - {
python: "3.11", # python: "3.11",
os: "ubuntu-latest", # os: "ubuntu-latest",
session: "tests", # session: "tests",
database: "sqlite", # database: "sqlite",
} # }
- { # - {
python: "3.10", # python: "3.10",
os: "ubuntu-latest", # os: "ubuntu-latest",
session: "tests", # session: "tests",
database: "sqlite", # database: "sqlite",
} # }
- { # - {
python: "3.9", # python: "3.9",
os: "ubuntu-latest", # os: "ubuntu-latest",
session: "tests", # session: "tests",
database: "sqlite", # database: "sqlite",
} # }
- { # - {
python: "3.10", # python: "3.10",
os: "windows-latest", # os: "windows-latest",
session: "tests", # session: "tests",
database: "sqlite", # database: "sqlite",
} # }
- { # - {
python: "3.11", # python: "3.11",
os: "macos-latest", # os: "macos-latest",
session: "tests", # session: "tests",
database: "sqlite", # database: "sqlite",
} # }
- { - {
# typeguard 2.13.3 is broken with TypeDict in 3.11. # typeguard 2.13.3 is broken with TypeDict in 3.11.
# probably the next release fixes it. # probably the next release fixes it.