Skip to content

Commit 7f23a3c

Browse files
committed
fix: remove s3transfer which should be given by aws in lambda
1 parent 865c4fa commit 7f23a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: |
2424
python3 "${GITHUB_WORKSPACE}/setup.py" install_lib
2525
- run: |
26-
python3 -m pip uninstall botocore boto3 -y
26+
python3 -m pip uninstall botocore boto3 s3transfer -y
2727
- run: |
2828
# make file runnable, might not be necessary
2929
chmod +x "${GITHUB_WORKSPACE}/ci.cd/create_aws_lambda_zip.sh"

0 commit comments

Comments
 (0)