Skip to content

Commit

Permalink
change setup-aws-sam version
Browse files Browse the repository at this point in the history
  • Loading branch information
nato-re committed Feb 2, 2024
1 parent dddc1dd commit 2e9f7ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.12.1
- uses: aws-actions/setup-sam@v1
- uses: aws-actions/setup-sam@v2
with:
version: 1.23.0
use-installer: true

- uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: $AWS_REGION
# sam build
# sam build
- run: sam build --use-container

# Run Unit tests- Specify unit tests here
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
reval
pandas
numpy
flask
Expand Down

0 comments on commit 2e9f7ed

Please sign in to comment.