We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d066d7 commit 659faf8Copy full SHA for 659faf8
ci/input_files/build.yaml.tpl
@@ -100,6 +100,7 @@ integration-test ({{ $runtime.name }}-{{ $runtime.arch }}):
100
- yarn global add serverless@^3.38.0 --prefix /usr/local
101
- yarn global add serverless-python-requirements@^6.1.1 --prefix /usr/local
102
- cd integration_tests && yarn install && cd ..
103
+ - alias python=python3
104
script:
105
- RUNTIME_PARAM={{ $runtime.python_version }} ARCH={{ $runtime.arch }} ./scripts/run_integration_tests.sh
106
0 commit comments