Skip to content

Commit

Permalink
alphabetical order
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Jan 17, 2022
1 parent 3d00347 commit c1bfed9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10"]
plugin-names:
# Please maintain an alphabetical order in the following list
- flytekit-aws-athena
- flytekit-aws-sagemaker
- flytekit-bigquery
- flytekit-data-fsspec
- flytekit-dolt
- flytekit-greatexpectations
Expand All @@ -70,13 +72,12 @@ jobs:
- flytekit-kf-mpi
- flytekit-kf-pytorch
- flytekit-kf-tensorflow
- flytekit-modin
- flytekit-pandera
- flytekit-papermill
- flytekit-snowflake
- flytekit-spark
- flytekit-sqlalchemy
- flytekit-pandera
- flytekit-snowflake
- flytekit-bigquery
- flytekit-modin
exclude:
# flytekit-modin depends on ray which does not have a 3.10 wheel yet.
# Issue tracked in https://github.com/ray-project/ray/issues/19116.
Expand Down
6 changes: 4 additions & 2 deletions plugins/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
from setuptools.command.install import install

PACKAGE_NAME = "flytekitplugins-parent"

# Please maintain an alphabetical order in the following list
SOURCES = {
"flytekitplugins-athena": "flytekit-aws-athena",
"flytekitplugins-awssagemaker": "flytekit-aws-sagemaker",
"flytekitplugins-bigquery": "flytekit-bigquery",
"flytekitplugins-fsspec": "flytekit-data-fsspec",
"flytekitplugins-dolt": "flytekit-dolt",
"flytekitplugins-great_expectations": "flytekit-greatexpectations",
Expand All @@ -17,13 +20,12 @@
"flytekitplugins-kfmpi": "flytekit-kf-mpi",
"flytekitplugins-kfpytorch": "flytekit-kf-pytorch",
"flytekitplugins-kftensorflow": "flytekit-kf-tensorflow",
"flytekitplugins-modin": "flytekit-modin",
"flytekitplugins-pandera": "flytekit-pandera",
"flytekitplugins-papermill": "flytekit-papermill",
"flytekitplugins-snowflake": "flytekit-snowflake",
"flytekitplugins-bigquery": "flytekit-bigquery",
"flytekitplugins-spark": "flytekit-spark",
"flytekitplugins-sqlalchemy": "flytekit-sqlalchemy",
"flytekitplugins-modin": "flytekit-modin",
}


Expand Down

0 comments on commit c1bfed9

Please sign in to comment.