Skip to content

Commit 626dfab

Browse files
committed
Test simplifying CircleCI config
1 parent dabe0ab commit 626dfab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- run:
1313
name: install dependencies
1414
command: |
15-
pip install tox
15+
sudo pip install tox
1616
- run:
1717
name: run tests
1818
command: |

0 commit comments

Comments
 (0)