From 82bdda9a891b0114accfe426bda14191af0dc5dd Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Wed, 22 Dec 2021 10:46:09 +0100 Subject: Reduce the unit tests jobs for the original concretizer Only test Python 2.7, 3.6 and 3.9 --- .github/workflows/unit_tests.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index 3d7fc326f7..a1cd2bbd42 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -97,7 +97,14 @@ jobs: strategy: matrix: python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9] - concretizer: ['original', 'clingo'] + concretizer: ['clingo'] + include: + - python-version: 2.7 + concretizer: original + - python-version: 3.6 + concretizer: original + - python-version: 3.9 + concretizer: original steps: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2 with: -- cgit v1.2.3-60-g2f50