Reduce the unit tests jobs for the original concretizer
Only test Python 2.7, 3.6 and 3.9
This commit is contained in:
parent
afd65a4cd0
commit
82bdda9a89
1 changed files with 8 additions and 1 deletions
9
.github/workflows/unit_tests.yaml
vendored
9
.github/workflows/unit_tests.yaml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue