Skip to content

Commit 659faf8

Browse files
committed
Provide python impl.
1 parent 4d066d7 commit 659faf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ integration-test ({{ $runtime.name }}-{{ $runtime.arch }}):
100100
- yarn global add serverless@^3.38.0 --prefix /usr/local
101101
- yarn global add serverless-python-requirements@^6.1.1 --prefix /usr/local
102102
- cd integration_tests && yarn install && cd ..
103+
- alias python=python3
103104
script:
104105
- RUNTIME_PARAM={{ $runtime.python_version }} ARCH={{ $runtime.arch }} ./scripts/run_integration_tests.sh
105106

0 commit comments

Comments
 (0)