Skip to content

Commit

Permalink
Do not use unauthenticated git url
Browse files Browse the repository at this point in the history
  • Loading branch information
mlech-reef committed Nov 2, 2021
1 parent d1ac0df commit 41670a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def install_myself(session, extras=None):
# In CI, install B2 SDK from the master branch

if CI and not INSTALL_SDK_FROM:
session.install('git+git://github.com/Backblaze/b2-sdk-python#egg=b2sdk')
session.install('git+https://github.com/Backblaze/b2-sdk-python.git#egg=b2sdk')

arg = '.'
if extras:
Expand Down

0 comments on commit 41670a0

Please sign in to comment.