diff options
author | Peter Scheibel <scheibel1@llnl.gov> | 2020-11-12 13:22:41 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-12 13:22:41 -0800 |
commit | ca3b91270361c5f0561bf297bc999ca2de670946 (patch) | |
tree | dbe6b5d23c5f0db70e9994442f02bd4dd5f44490 /.github | |
parent | aeafe18b49605b7f52be8fc30411ff290596ef5d (diff) | |
download | spack-ca3b91270361c5f0561bf297bc999ca2de670946.tar.gz spack-ca3b91270361c5f0561bf297bc999ca2de670946.tar.bz2 spack-ca3b91270361c5f0561bf297bc999ca2de670946.tar.xz spack-ca3b91270361c5f0561bf297bc999ca2de670946.zip |
run unit tests on 3.8 only for Mac OS vs. both 3.8 and 3.9 (#19889)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/macos_unit_tests.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos_unit_tests.yaml b/.github/workflows/macos_unit_tests.yaml index 22baac3608..2de92394f8 100644 --- a/.github/workflows/macos_unit_tests.yaml +++ b/.github/workflows/macos_unit_tests.yaml @@ -14,7 +14,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python-version: [3.8, 3.9] + python-version: [3.8] steps: - uses: actions/checkout@v2 with: |