Skip to content

Commit

Permalink
[build]: Fix pip3 hook ENABLE_VERSION_CONTROL_PY param (sonic-net#7147)
Browse files Browse the repository at this point in the history
  • Loading branch information
baxia-lan authored and raphaelt-nvidia committed May 13, 2021
1 parent 5271952 commit 741ea02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-build-hooks/hooks/pip3
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ if [ ! -x "$REAL_COMMAND" ]; then
exit 1
fi

PIP_VERSION_FILE=$VERSION_FILE ENABLE_VERSION_CONTROL_PY=$ENABLE_VERSION_CONTROL_PY2 REAL_COMMAND=$REAL_COMMAND run_pip_command "$@"
PIP_VERSION_FILE=$VERSION_FILE ENABLE_VERSION_CONTROL_PY=$ENABLE_VERSION_CONTROL_PY3 REAL_COMMAND=$REAL_COMMAND run_pip_command "$@"

0 comments on commit 741ea02

Please sign in to comment.