We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47224e0 commit 4c57a9fCopy full SHA for 4c57a9f
tests/pipenv_harness.sh
@@ -27,7 +27,7 @@ make
27
# but on Windows we should ensure we use the system python
28
if [[ "$RUNNER_OS" == "Windows" ]]; then
29
echo $(where python)
30
- pipenv --python $(where python)
+ pipenv --python "$(where python)"
31
else
32
make create_environment
33
fi
0 commit comments