diff --git a/.circleci/config.yml b/.circleci/config.yml index e8a7256..3a75511 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,8 +17,6 @@ jobs: steps: - checkout # check out the code in the project directory - run: yarn install - - run: sudo apt-get update - - run: sudo apt-get install postgresql-client-9.6 - save_cache: key: npm-v1-dependencies-{{ checksum "yarn.lock" }} paths: