File tree 2 files changed +0
-6
lines changed
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 }}):
100
100
- yarn global add serverless@^3.38.0 --prefix /usr/local
101
101
- yarn global add serverless-python-requirements@^6.1.1 --prefix /usr/local
102
102
- cd integration_tests && yarn install && cd ..
103
- - alias python=python3
104
103
script:
105
104
- RUNTIME_PARAM={ { $runtime .python_version } } ARCH={ { $runtime .arch } } ./scripts/run_integration_tests.sh
106
105
Original file line number Diff line number Diff line change @@ -22,15 +22,10 @@ provider:
22
22
role : " arn:aws:iam::425362996713:role/serverless-integration-test-lambda-role"
23
23
layers :
24
24
- { Ref: PythonLambdaLayer }
25
- - { Ref: PythonRequirementsLambdaLayer }
26
25
27
26
plugins :
28
27
- serverless-python-requirements
29
28
30
- custom :
31
- pythonRequirements :
32
- layer : true
33
-
34
29
layers :
35
30
python :
36
31
package :
You can’t perform that action at this time.
0 commit comments