diff --git a/recipe/example-inputs.json b/recipe/example-inputs.json new file mode 100644 index 0000000..45960e7 --- /dev/null +++ b/recipe/example-inputs.json @@ -0,0 +1,3 @@ +{ + "name": "foobar" +} diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d9c844d..c5d4149 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -70,6 +70,7 @@ requirements: test: files: - example.py + - example-inputs.json imports: - flytekit commands: @@ -79,7 +80,7 @@ test: - pyflyte-map-execute --help - pyflyte --help - flyte-cli --help - - pyflyte run example.py hello_world_wf --name foobar + - pyflyte run example.py hello_world_wf --inputs-file example-inputs.json requires: - pip <24.2