Skip to content

Commit

Permalink
sls
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa6765 committed May 25, 2024
1 parent b2b943b commit df20ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
with:
python-version: '3.9'

- name: Install Serverless Framework globally
run: npm install -g serverless
- name: Install Serverless Framework v3.38.0 globally
run: npm install -g serverless@3.38.0

- name: Install serverless-python-requirements globally
run: serverless plugin install --name serverless-python-requirements
Expand Down

0 comments on commit df20ddc

Please sign in to comment.