From ab6ec3e6b19ce6faeeb1076d40d2d4880e14ae91 Mon Sep 17 00:00:00 2001 From: cedricve Date: Mon, 15 Mar 2021 12:14:22 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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