Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci_testing/addons_cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo ""
export CC_OPT_FLAGS='-mavx'
export TF_NEED_CUDA=0 # TODO: Verify this is used in GPU custom-op

export PYTHON_BIN_PATH=`which python`
export PYTHON_BIN_PATH=$(which python)
# Use default configuration here.
yes 'y' | ./configure.sh

Expand Down
1 change: 1 addition & 0 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function write_action_env_to_bazelrc() {
write_to_bazelrc "build --action_env $1=\"$2\""
}


[[ -f .bazelrc ]] && rm .bazelrc
pip install $QUIET_FLAG -r requirements.txt

Expand Down