https://github.com/ray-project/ray
Raw File
Tip revision: bacdc6d1d6e0beaf41aecfb2e5972be03f46c404 authored by Kai Fricke on 26 October 2022, 21:28:11 UTC
Pin openssl/cryptography in upload_build_info
Tip revision: bacdc6d
setup_hooks.sh
#!/bin/bash
chmod +x "$PWD"/ci/lint/pre-push
ln -s "$PWD"/ci/lint/pre-push "$PWD"/.git/hooks/pre-push
back to top