Skip to content

Commit 1eea630

Browse files
authored
try fixing paramiko dev (#13239)
1 parent 157e3d1 commit 1eea630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/downstream.d/paramiko.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ case "${1}" in
66
cd paramiko
77
git rev-parse HEAD
88
uv pip install pip
9-
uv pip install -e .
10-
pip install -r dev-requirements.txt
9+
uv pip install -e . --group dev
10+
pip install . --group dev
1111
;;
1212
run)
1313
cd paramiko

0 commit comments

Comments
 (0)