Skip to content

Commit 95d44e7

Browse files
committed
Stop cacheing directories. Order-related?
1 parent b1c1783 commit 95d44e7

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)