Skip to content

Commit

Permalink
[Doc] Fix Typo in build-wheel-manylinux2014.sh (ray-project#44666)
Browse files Browse the repository at this point in the history
<!-- Thank you for your contribution! Please review
https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before
opening a pull request. -->

<!-- Please add a reviewer to the assignee section when you create a PR.
If you don't have the access to it, we will shortly find a reviewer and
assign them to your PR. -->

## Why are these changes needed?

[Doc] Fix Typo in build-wheel-manylinux2014.sh

## Related issue number

<!-- For example: "Closes ray-project#1234" -->

## Checks

- [ ] I've signed off every commit(by using the -s flag, i.e., `git
commit -s`) in this PR.
- [ ] I've run `scripts/format.sh` to lint the changes in this PR.
- [ ] I've included any doc changes needed for
https://docs.ray.io/en/master/.
- [ ] I've added any new APIs to the API Reference. For example, if I
added a
method in Tune, I've added it in `doc/source/tune/api/` under the
           corresponding `.rst` file.
- [ ] I've made sure the tests are passing. Note that there might be a
few flaky tests, see the recent failures at https://flakey-tests.ray.io/
- Testing Strategy
   - [ ] Unit tests
   - [ ] Release tests
   - [ ] This PR is not tested :(

Signed-off-by: Shilun Fan <[email protected]>
  • Loading branch information
slfan1989 committed Aug 8, 2024
1 parent 3d2147b commit d32a0a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/build-wheel-manylinux2014.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ PYTHON_VERSIONS=(
"py312 cp312-cp312"
)

# Add the repo folder to the safe.dictory global variable to avoid the failure
# because of secruity check from git, when executing the following command
# Add the repo folder to the safe.directory global variable to avoid the failure
# because of security check from git, when executing the following command
# `git clean ...`, while building wheel locally.
git config --global --add safe.directory /ray

Expand Down

0 comments on commit d32a0a7

Please sign in to comment.