We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865c4fa commit 7f23a3cCopy full SHA for 7f23a3c
.github/workflows/makefile.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: |
24
python3 "${GITHUB_WORKSPACE}/setup.py" install_lib
25
26
- python3 -m pip uninstall botocore boto3 -y
+ python3 -m pip uninstall botocore boto3 s3transfer -y
27
28
# make file runnable, might not be necessary
29
chmod +x "${GITHUB_WORKSPACE}/ci.cd/create_aws_lambda_zip.sh"
0 commit comments