8000 Revert "Stop cacheing directories. Order-related?" · skytree-brian/plotly.py@427c9ec · GitHub
[go: up one dir, main page]

Skip to content

Commit 427c9ec

Browse files
committed
Revert "Stop cacheing directories. Order-related?"
This reverts commit 95d44e7.
1 parent 95d44e7 commit 427c9ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

circle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ dependencies:
2222
# we need to cd out of the project root to ensure the install worked
2323
- cd ~ && python -c "import plotly"
2424

25-
# cache_directories:
26-
#
27-
# - "~/.pyenv/versions" # attempt to just cache installed pyenv things
25+
cache_directories:
26+
27+
- "~/.pyenv/versions" # attempt to just cache installed pyenv things
2828

2929
test:
3030

0 commit comments

Comments
 (0)
0