Skip to content

Commit

Permalink
Bump flytekit to 0.6.0b1 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
wild-endeavor committed Mar 10, 2020
1 parent 727aafd commit 954308c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions flytetester/end2end/end2end.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ workflow_packages=app.workflows
python_venv=flytekit_venv

[auth]
assumable_iam_role=arn:aws:iam::173840052742:role/modelbuilderapibatchworker-development
assumable_iam_role=arn:aws:iam::123456789101:role/flytesandboxtests-development

[platform]
url=flyte-staging.lyft.net
url=flyteadmin:81
insecure=True

[aws]
s3_shard_formatter=s3://lyft-modelbuilder/{}/
s3_shard_string_length=2
endpoint=http://minio:9000
access_key_id=minio
secret_access_key=miniostorage

2 changes: 1 addition & 1 deletion flytetester/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flytekit[sidecar,schema]==0.4.4
flytekit[sidecar,schema]==0.6.0b1
statsd
opencv-python==3.4.4.19
k8s-proto>=0.0.2

0 comments on commit 954308c

Please sign in to comment.