Skip to content

Commit fe7794d

Browse files
committed
[test environment] Fix the pipenv installation step
1 parent 71b17e3 commit fe7794d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/configure-test-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ then
2222
echo "No python found in PATH - Check your PATH or install python add to PATH."
2323
fi
2424
fi
25-
if [ -z $python_exists ]
25+
if [ -n $python_exists ]
2626
then
2727
pipenv_exist=$(command -v pipenv)
2828
if [ -z $pipenv_exist ]

0 commit comments

Comments
 (0)