Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requirements files should be a key in the kind.yml, and they should be installed with a transform #588

Open
gregtatum opened this issue May 10, 2024 · 0 comments

Comments

@gregtatum
Copy link
Member

This will help with our local testing config, and simplify our kind.yml files.

Something like:

diff --git a/taskcluster/kinds/evaluate-teacher-ensemble/kind.yml b/taskcluster/kinds/evaluate-teacher-ensemble/kind.yml
index cb945c5..0bace02 100644
--- a/taskcluster/kinds/evaluate-teacher-ensemble/kind.yml
+++ b/taskcluster/kinds/evaluate-teacher-ensemble/kind.yml
@@ -22,6 +22,7 @@ kind-dependencies:
 tasks:
     "{provider}-{dataset}-{src_locale}-{trg_locale}":
         description: teacher evaluation for {dataset} {src_locale}-{trg_locale}
+        python-requirements: $VCS_PATH/pipeline/eval/requirements/eval.txt
         attributes:
             stage: evaluate-teacher-ensemble
             dataset-category: test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant