Skip to content

Commit 952ab0e

Browse files
committed
try pip install --user
1 parent cce6a28 commit 952ab0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ if command -v ghp-import >/dev/null 2>&1; then
1212
echo "ghp-import already installed at $(which ghp-import)"
1313
else
1414
echo "installing ghp-import"
15-
pip install ghp-import
15+
pip install --user ghp-import
1616
fi

0 commit comments

Comments
 (0)