Skip to content

Commit

Permalink
fix: boto3 s3 transfer lib issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wphyojpl committed Jan 31, 2025
1 parent 1513652 commit 54b6a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: |
python3 "${GITHUB_WORKSPACE}/setup.py" install_lib
- run: |
python3 -m pip uninstall botocore boto3 -y
python3 -m pip uninstall botocore boto3 s3transfer -y
- run: |
# make file runnable, might not be necessary
chmod +x "${GITHUB_WORKSPACE}/ci.cd/create_aws_lambda_zip.sh"
Expand Down

0 comments on commit 54b6a14

Please sign in to comment.