James Winegar
James Winegar
Wanting to test this and not having a small data set available is cumbersome.
This should address the python 2 and 3 differences that was initially opened in #2
``` jobs: build: runs-on: ubuntu-latest defaults: run: working-directory: ./subapp - name: Download task definition run: | aws ecs describe-task-definition --task-definition subapp --query taskDefinition > taskdefinition.json - name: new image in...