Skip to content

Commit

Permalink
Merge pull request #82 from regro-cf-autotick-bot/1.13.5_h15c7ad
Browse files Browse the repository at this point in the history
flytekit v1.13.5
  • Loading branch information
eapolinario authored Oct 8, 2024
2 parents 145b73c + d8e4948 commit edb4190
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions recipe/example-inputs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "foobar"
}
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "flytekit" %}
{% set version = "1.13.4" %}
{% set version = "1.13.5" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/flytekit-{{ version }}.tar.gz
sha256: d39e97d1b4946aa64738b5e814c38743eb7f572bb6dc53aa5c4873bfb0d4e6ed
sha256: 4de7bd99687406b04d25bcc31a175d33875d792ee3fcda1b1ad1263cbdb1c8de

build:
entry_points:
Expand Down Expand Up @@ -69,6 +69,7 @@ requirements:
test:
files:
- example.py
- example-inputs.json
imports:
- flytekit
commands:
Expand All @@ -78,7 +79,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

Expand Down

0 comments on commit edb4190

Please sign in to comment.