Skip to content

Commit

Permalink
refs #579 Install python in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto committed Sep 26, 2018
1 parent de4f463 commit 84b59fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ jobs:
working_directory: /var/opt/app
steps:
- checkout
- run:
name: python
command: |
apt-get update
apt-get install -y python build-essential
- restore_cache:
name: Restoring cache - node_modules
keys:
Expand Down

0 comments on commit 84b59fe

Please sign in to comment.