diff --git a/.github/workflows/superset-python-presto-hive.yml b/.github/workflows/superset-python-presto-hive.yml index e4b6ca422..27dfaf9c4 100644 --- a/.github/workflows/superset-python-presto-hive.yml +++ b/.github/workflows/superset-python-presto-hive.yml @@ -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