https://github.com/ray-project/ray
Raw File
Tip revision: 57fe37078a414bc6ab34987feff7f9a27893edb8 authored by Archit Kulkarni on 14 April 2022, 21:03:36 UTC
Install `aiohttp=3.8.1` on client side for release tests
Tip revision: 57fe370
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