Skip to content

Commit 4c57a9f

Browse files
committed
[skip render] add quoting
1 parent 47224e0 commit 4c57a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pipenv_harness.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ make
2727
# but on Windows we should ensure we use the system python
2828
if [[ "$RUNNER_OS" == "Windows" ]]; then
2929
echo $(where python)
30-
pipenv --python $(where python)
30+
pipenv --python "$(where python)"
3131
else
3232
make create_environment
3333
fi

0 commit comments

Comments
 (0)