[CI] change git protocol to use https. (#19964)

This commit is contained in:
xwjiang2010 2021-11-01 19:38:58 -07:00 committed by GitHub
parent 3a52187da8
commit c48d86e469
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -41,8 +41,8 @@ pytest-tornasync
pytest-trio
pytest-twisted
werkzeug
git+git://github.com/ray-project/tune-sklearn@master#tune-sklearn
git+git://github.com/ray-project/xgboost_ray@master#egg=xgboost_ray
git+https://github.com/ray-project/tune-sklearn@master#tune-sklearn
git+https://github.com/ray-project/xgboost_ray@master#egg=xgboost_ray
scikit-optimize
tensorflow
gym

View file

@ -31,9 +31,9 @@ starlette
tabulate
uvicorn
werkzeug
git+git://github.com/ray-project/tune-sklearn@master#tune-sklearn
git+git://github.com/ray-project/xgboost_ray@master#egg=xgboost_ray
git+git://github.com/ray-project/lightgbm_ray@main#lightgbm_ray
git+https://github.com/ray-project/tune-sklearn@master#tune-sklearn
git+https://github.com/ray-project/xgboost_ray@master#egg=xgboost_ray
git+https://github.com/ray-project/lightgbm_ray@main#lightgbm_ray
git+https://github.com/ray-project/ray_lightning#ray_lightning
scikit-optimize
sphinx-sitemap==2.2.0