From 9978e4f47eed3d8b4c90ec62fec5ddc5e68bdcad Mon Sep 17 00:00:00 2001 From: pszulczewski Date: Fri, 1 Dec 2023 17:47:23 +0100 Subject: [PATCH] Test only the first and last python version in GHA --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdf7335e..dc9b80f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: strategy: fail-fast: true matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] # "3.10" add back after pyeapi new release. + python-version: ["3.8", "3.11"] runs-on: "ubuntu-20.04" env: PYTHON_VER: "${{ matrix.python-version }}" @@ -156,7 +156,7 @@ jobs: strategy: fail-fast: true matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.11"] runs-on: "ubuntu-20.04" env: PYTHON_VER: "${{ matrix.python-version }}"