Fix project templates in wheel (#5714)

This commit is contained in:
Philipp Moritz 2019-09-16 15:21:59 -07:00 committed by GitHub
parent e4e1a57ca5
commit b1aadd863b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -803,6 +803,9 @@ filegroup(
"python/ray/internal/*.py",
"python/ray/projects/*.py",
"python/ray/projects/schema.json",
"python/ray/projects/template/cluster_template.yaml",
"python/ray/projects/template/project_template.yaml",
"python/ray/projects/template/requirements.txt",
"python/ray/workers/default_worker.py",
]),
)