Skip to content

Commit

Permalink
remove --user since conda env is setup by jenkins(normal user)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsy323 committed Oct 11, 2023
1 parent 7499d4e commit 4ea55d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"

# We always build PyTorch without CUDA support.
export USE_CUDA=0
python setup.py install --user
python setup.py install

sccache --show-stats

Expand Down
2 changes: 1 addition & 1 deletion .circleci/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function install_deps_pytorch_xla() {
function build_torch_xla() {
XLA_DIR=$1
pushd "$XLA_DIR"
python setup.py install --user
python setup.py install
popd
}

Expand Down

0 comments on commit 4ea55d1

Please sign in to comment.