diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-08-17 09:16:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 09:16:19 +0200 |
commit | 6979d47cb648cc4a9edcdd9cee73fa26a906c575 (patch) | |
tree | c82ceea1d620ded8d2abf177ceebe86b2c96a985 /.github | |
parent | 2d6087995caa2dc03c2468992e0b8ccec29b0e85 (diff) | |
download | spack-6979d47cb648cc4a9edcdd9cee73fa26a906c575.tar.gz spack-6979d47cb648cc4a9edcdd9cee73fa26a906c575.tar.bz2 spack-6979d47cb648cc4a9edcdd9cee73fa26a906c575.tar.xz spack-6979d47cb648cc4a9edcdd9cee73fa26a906c575.zip |
CI: reduce the amount of tests run in the original concretizer (#32179)
* CI: reduce the amount of tests run in the original concretizer
* Don't test Python 3.6 on the original concretizer
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/unit_tests.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index 0a569d6d86..99f055c789 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -106,8 +106,6 @@ jobs: include: - python-version: 2.7 concretizer: original - - python-version: 3.6 - concretizer: original - python-version: 3.9 concretizer: original steps: |