Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b32b8c

Browse files
committed
see if we even need to cache this stuff
1 parent 5080f3e commit 9b32b8c

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
@@ -15,9 +15,9 @@ dependencies:
1515
override:
1616
- pip install -I .
1717
- cd ~ && python -c "import plotly"
18-
cache_directories:
19-
# things we don't want to have to do again...
20-
- ${HOME}/.pyenv/versions
18+
# cache_directories:
19+
# # things we don't want to have to do again...
20+
# - ${HOME}/.pyenv/versions
2121
test:
2222
override:
2323

0 commit comments

Comments
 (0)