Skip to content

Commit

Permalink
update pip to pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
akashshinde committed Mar 20, 2020
1 parent 032412c commit edd1036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/acceptance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ REQUIRED_SYSTEM_COMMANDS=(
"kind"
"kubectl"
"python3"
"pip"
"pip3"
"virtualenv"
)

Expand Down Expand Up @@ -109,7 +109,7 @@ fi
set_shell_debug_level 2
if [[ ! -d ${ROBOT_VENV_DIR} ]]; then
virtualenv -p $(which python3) ${ROBOT_VENV_DIR}
pip install ${ROBOT_PY_REQUIRES}
pip3 install ${ROBOT_PY_REQUIRES}
fi

# Run Robot Framework, output
Expand Down

0 comments on commit edd1036

Please sign in to comment.