Skip to content

Commit ecf8018

Browse files
committed
Install tox with pip --user to avoid permission issues
1 parent d8ee31b commit ecf8018

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
@@ -30,7 +30,7 @@ jobs:
3030

3131
- run:
3232
name: Install tox
33-
command: pip install tox
33+
command: sudo pip install --user tox
3434

3535
- run:
3636
name: Test package build

0 commit comments

Comments
 (0)