mirror of
https://github.com/apache/superset.git
synced 2026-04-09 19:35:21 +00:00
fix: run some CI tests against previous python version (#28419)
This commit is contained in:
committed by
GitHub
parent
02478e5b95
commit
e91669821e
@@ -75,7 +75,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["current", "next"]
|
||||
python-version: ["current", "next", "previous"]
|
||||
env:
|
||||
PYTHONPATH: ${{ github.workspace }}
|
||||
SUPERSET_CONFIG: tests.integration_tests.superset_test_config
|
||||
|
||||
Reference in New Issue
Block a user