Skip to content

Commit

Permalink
Add apt update on Circle
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed May 31, 2018
1 parent ea6ad4f commit fef56d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Expand Up @@ -20,6 +20,7 @@ dependencies:
- curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
- echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
- sudo apt-get update
- sudo apt-get install -y nodejs yarn
override:
# First convert PY_VERSIONS to an array and then select the python version based on the CIRCLE_NODE_INDEX
Expand Down

0 comments on commit fef56d2

Please sign in to comment.