From 03d7ff54ca1db63f7a8e74a8a9d776603c62bc12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20N=C3=B8rgaard?= Date: Tue, 17 Jan 2023 04:36:17 +0000 Subject: [PATCH] change workflow to only check on py3.7 --- .github/workflows/coverage_and_lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage_and_lint.yml b/.github/workflows/coverage_and_lint.yml index 437efff..4933e8a 100644 --- a/.github/workflows/coverage_and_lint.yml +++ b/.github/workflows/coverage_and_lint.yml @@ -17,7 +17,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ] + # python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ] + python-version: [ '3.7' ] name: "Type Coverage and Linting @ ${{ matrix.python-version }}" steps: