diff --git a/.circleci/config.yml b/.circleci/config.yml index 5c6351e..2d1a0f9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: steps: - checkout - run: node --version - - run: sudo apt-get install python2.7 + - run: sudo apt-get install python - run: cd web && yarn - run: cd web && yarn test - run: cd web && yarn build