Reduce the unit tests jobs for the original concretizer

Only test Python 2.7, 3.6 and 3.9
This commit is contained in:
Massimiliano Culpo 2021-12-22 10:46:09 +01:00
parent afd65a4cd0
commit 82bdda9a89

View file

@ -97,7 +97,14 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9] 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: steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2 - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2
with: with: