Skip to content

Commit

Permalink
Stop cacheing directories. Order-related?
Browse files Browse the repository at this point in the history
  • Loading branch information
theengineear committed Oct 14, 2015
1 parent b1c1783 commit 95d44e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ dependencies:
# we need to cd out of the project root to ensure the install worked
- cd ~ && python -c "import plotly"

cache_directories:

- "~/.pyenv/versions" # attempt to just cache installed pyenv things
# cache_directories:
#
# - "~/.pyenv/versions" # attempt to just cache installed pyenv things

test:

Expand Down

0 comments on commit 95d44e7

Please sign in to comment.