mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
ci: bump pre-commit py36 to py37 (#10541)
* ci: bump pre-commit py36 to py37 * add 3rd party for py37 * lint * yet more lint
This commit is contained in:
2
.github/workflows/superset-python.yml
vendored
2
.github/workflows/superset-python.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.6]
|
||||
python-version: [3.7]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user