https://github.com/ray-project/ray
Raw File
Tip revision: e94e67b9badd542b7b99efe412e7019983260ad0 authored by Xiaowei Jiang on 30 October 2021, 20:42:13 UTC
[only for Test PyPI] Use 1.8.0.post1.
Tip revision: e94e67b
setup_hooks.sh
#!/bin/bash
chmod +x "$PWD"/scripts/pre-push
ln -s "$PWD"/scripts/pre-push "$PWD"/.git/hooks/pre-push
back to top