Skip to content

Commit

Permalink
Updated python in some other places in circle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijay Kumar committed Jun 10, 2020
1 parent ebdd6da commit 1c8cee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1c8cee6

Please sign in to comment.