-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly build package before testing with tox
- Loading branch information
1 parent
dd7c464
commit 694ea8e
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,8 @@ maintainers = [ | |
"Niels Rogge <[email protected]>", | ||
] | ||
repository = "https://github.com/ml6team/fondant" | ||
include = ["*.txt", "*.rst", "*.md", "fondant/components/**/*.yaml"] | ||
exclude = ["fondant/components"] # Exclude everything except for component specs | ||
include = ["*.txt", "*.rst", "*.md", "src/fondant/components/**/*.yaml"] | ||
#exclude = ["fondant/components"] # Exclude everything except for component specs | ||
classifiers = [ | ||
"Development Status :: 2 - Pre-Alpha", | ||
"Intended Audience :: Developers", | ||
|
@@ -75,6 +75,9 @@ vertex = ["docker", "kfp", "google-cloud-aiplatform"] | |
sagemaker = ["sagemaker", "boto3"] | ||
docker = ["docker"] | ||
|
||
all = ["dask", "dask-cuda", "s3fs", "adlfs", "gcsfs", "docker", "kfp", "google-cloud-aiplatform", | ||
"sagemaker", "boto3"] | ||
|
||
[tool.poetry.group.test] | ||
optional = true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters