chore(CI): dont run Hive tests on Py 3.7 (#13757)

This commit is contained in:
Jesse Yang
2021-03-25 23:03:58 -07:00
committed by GitHub
parent 416f188328
commit e61f5a924b

View File

@@ -14,7 +14,6 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
# run unit tests in multiple version just for fun
python-version: [3.8]
env:
PYTHONPATH: ${{ github.workspace }}
@@ -89,8 +88,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
# run unit tests in multiple version just for fun
python-version: [3.7, 3.8]
python-version: [3.8]
env:
PYTHONPATH: ${{ github.workspace }}
SUPERSET_CONFIG: tests.superset_test_config