diff --git a/.github/downstream.d/paramiko.sh b/.github/downstream.d/paramiko.sh index 82ab9c1f9748e..24d34139777bf 100755 --- a/.github/downstream.d/paramiko.sh +++ b/.github/downstream.d/paramiko.sh @@ -2,7 +2,7 @@ case "${1}" in install) - git clone --depth=1 https://github.com/paramiko/paramiko + git clone --depth=1 --branch=unpad-keys https://github.com/alex/paramiko cd paramiko git rev-parse HEAD pip install -e .