This is an automated email from the ASF dual-hosted git repository.

yjc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new e61f5a9  chore(CI): dont run Hive tests on Py 3.7 (#13757)
e61f5a9 is described below

commit e61f5a924bd4a6fa8eacd0eab1520075f238a11d
Author: Jesse Yang <[email protected]>
AuthorDate: Thu Mar 25 23:03:58 2021 -0700

    chore(CI): dont run Hive tests on Py 3.7 (#13757)
---
 .github/workflows/superset-python-presto-hive.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/superset-python-presto-hive.yml 
b/.github/workflows/superset-python-presto-hive.yml
index e4b6ca4..27dfaf9 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

Reply via email to