From 1c8cee61f3d72cc5c3ea868233699a6e29f3435b Mon Sep 17 00:00:00 2001 From: Vijay Kumar Date: Wed, 10 Jun 2020 19:44:57 +0530 Subject: [PATCH] Updated python in some other places in circle CI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 77a706b1c..a05461d38 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ defaults_Dependencies: &defaults_Dependencies | apk --no-cache add ca-certificates apk --no-cache add curl apk --no-cache add openssh-client - apk add --no-cache -t build-dependencies make gcc g++ python libtool autoconf automake + apk add --no-cache -t build-dependencies make gcc g++ python3 libtool autoconf automake npm config set unsafe-perm true npm install -g node-gyp