mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Use https to fetch dependencies from github
This commit is contained in:
parent
bca9de9e68
commit
19f990a9c0
@ -19,7 +19,7 @@ def pip_install(package, commit=None, **kwargs):
|
||||
except DistributionNotFound:
|
||||
pass
|
||||
if commit:
|
||||
package = 'git+git://github.com/{0}.git@{1}'.format(package, commit)
|
||||
package = 'git+https://github.com/{0}.git@{1}'.format(package, commit)
|
||||
print('Installing {0}'.format(package))
|
||||
check_call(['pip', 'install', package])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user