diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 62fef08..16b0305 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -95,9 +95,7 @@ jobs: # Install serverless - name: Install Serverless - run: | - npm install -g serverless && - npm install --save serverless-python-requirements + run: npm install -g serverless # Install Node dependencies - name: Set up Environment diff --git a/serverless.yml b/serverless.yml index 53b2420..66221de 100644 --- a/serverless.yml +++ b/serverless.yml @@ -11,12 +11,6 @@ package: - '!.pytest_cache/**' - '!.vscode/**' -plugins: - - serverless-python-requirements - - serverless-domain-manager - - serverless-prune-plugin - - serverless-offline - custom: # This is the 'variable' for the customDomain.basePath value, based on the stage. # Run as `sls deploy --stage `