From e59ad3b4607c097d9005ced95d4448fc55ddef5b Mon Sep 17 00:00:00 2001 From: Piotr Grzesik Date: Wed, 30 Jun 2021 15:02:29 +0200 Subject: [PATCH] fix: Update `runtime` for `openwhisk-python-*` examples --- openwhisk-python-scheduled-cron/serverless.yml | 2 +- openwhisk-python-simple-http-endpoint/serverless.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openwhisk-python-scheduled-cron/serverless.yml b/openwhisk-python-scheduled-cron/serverless.yml index 02da2d601..2e7091307 100644 --- a/openwhisk-python-scheduled-cron/serverless.yml +++ b/openwhisk-python-scheduled-cron/serverless.yml @@ -2,7 +2,7 @@ service: python_service provider: name: openwhisk - runtime: python + runtime: python:3 functions: cron: diff --git a/openwhisk-python-simple-http-endpoint/serverless.yml b/openwhisk-python-simple-http-endpoint/serverless.yml index 186fc764b..f40ca2334 100644 --- a/openwhisk-python-simple-http-endpoint/serverless.yml +++ b/openwhisk-python-simple-http-endpoint/serverless.yml @@ -2,7 +2,7 @@ service: python-service provider: name: openwhisk - runtime: python + runtime: python:3 functions: currentTime: