File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ 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
104103 script:
105104 - RUNTIME_PARAM={ { $runtime .python_version } } ARCH={ { $runtime .arch } } ./scripts/run_integration_tests.sh
106105
Original file line number Diff line number Diff line change @@ -22,15 +22,10 @@ provider:
2222 role : " arn:aws:iam::425362996713:role/serverless-integration-test-lambda-role"
2323 layers :
2424 - { Ref: PythonLambdaLayer }
25- - { Ref: PythonRequirementsLambdaLayer }
2625
2726plugins :
2827 - serverless-python-requirements
2928
30- custom :
31- pythonRequirements :
32- layer : true
33-
3429layers :
3530 python :
3631 package :
You can’t perform that action at this time.
0 commit comments