CircleCI-Public / aws-s3-orb

Integrate Amazon AWS S3 with your CircleCI CI/CD pipeline easily with the aws-s3 orb.
https://circleci.com/orbs/registry/orb/circleci/aws-s3
MIT License
10 stars 20 forks source link

Python fix #13

Closed FelicianoTech closed 4 years ago

FelicianoTech commented 4 years ago

Fixes #12

This PR contains two commits.

  1. Adds an additional int test to test the orb with the base image. This should help catch issues like #12 earlier.
  2. Test and optionally installs pip. This is what's missing in images not cimg/python which was failing.

I consider this PR to be a patch fix for the current issue. The longer fix, in a major change, will be to utilize the AWS CLI v2 which bundles its own Python and means we can avoid Python 2 vs Python 3 issues completely.