diff --git a/.circleci/config.yml b/.circleci/config.yml index 3beb930..31fc717 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,10 +21,3 @@ jobs: - run: make build - run: make bench - run: make test - - run: - command: |- - cd /tmp/ && wget https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py - sudo apt-get install python-dev - sudo pip install --upgrade awscli && aws --version - pip install --upgrade --user awscli - name: Install awscli for ECR publish