run unit tests on 3.8 only for Mac OS vs. both 3.8 and 3.9 (#19889)

This commit is contained in:
Peter Scheibel
2020-11-12 13:22:41 -08:00
committed by GitHub
parent aeafe18b49
commit ca3b912703

View File

@@ -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: