Skip to content

Commit 785c723

Browse files
committed
Try to cache all the hard work done in deps.
Circle seems to trash the things installed in the pyenv environments…
1 parent a912e2a commit 785c723

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

circle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ dependencies:
1818

1919
# we need to cd out of the project root to ensure the install worked
2020
- cd ~ && python -c "import plotly"
21+
22+
cache_directories:
23+
- "~/.pyenv/versions" # attempt to just cache installed pyenv things
2124
test:
2225
override:
2326

0 commit comments

Comments
 (0)