jakejarvis/s3-sync-action

Unable to install aws-cli via pip - package dependency broke

Opened this issue · 0 comments

Hi there, I believe an issue with awscli is causing this action to fail at RUN pip install --quiet --no-cache-dir awscli==${AWSCLI_VERSION} (here). It appears this would be fixed by upgrading awscli to 129.4 (simply requires python 3.7, you've got 3.8). Does this sound correct (I'm new to actions, apologies if I'm misguided here 😄)?