Skip to content

Commit 32c454d

Browse files
authored
Pin Serverless to V3 in Python Layer (#491)
1 parent 4d07a0e commit 32c454d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ integration-test ({{ $runtime.name }}-{{ $runtime.arch }}):
9797
before_script:
9898
- *install-node
9999
- EXTERNAL_ID_NAME=integration-test-externalid ROLE_TO_ASSUME=sandbox-integration-test-deployer AWS_ACCOUNT=425362996713 source ./ci/get_secrets.sh
100-
- yarn global add serverless --prefix /usr/local
100+
- yarn global add serverless@^3.38.0 --prefix /usr/local
101101
- cd integration_tests && yarn install && cd ..
102102
script:
103103
- RUNTIME_PARAM={{ $runtime.python_version }} ARCH={{ $runtime.arch }} ./scripts/run_integration_tests.sh

0 commit comments

Comments
 (0)