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

Skip to content

Commit dccd3ee

Browse files
committed
Edited circle.yml to lock .plotly folder and test import.
1 parent 03cbd0e commit dccd3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- pip install matplotlib
1313
- pip install -I .
1414
- cd ~ && python -c "import plotly"
15-
- sudo chmod 400 ~/.plotly && python -c "import plotly"
15+
- chmod 000 ~/.plotly && python -c "import plotly"
1616

1717
## Customize database setup (pass)
1818

0 commit comments

Comments
 (0)