Skip to content

Commit d6ce822

Browse files
daywalker90chrisguida
authored andcommitted
CI: don't upgrade generic env's python dependencies
1 parent 2674cb7 commit d6ce822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def prepare_generic(p: Plugin, directory: Path, env: dict, workflow: str) -> boo
135135
if p.details["requirements"].exists():
136136
print(f"Installing requirements from {p.details['requirements']}")
137137
subprocess.check_call(
138-
[pip_path, "install", "-U", *pip_opts, "-r", p.details["requirements"]],
138+
[pip_path, "install", *pip_opts, "-r", p.details["requirements"]],
139139
stderr=subprocess.STDOUT,
140140
)
141141

0 commit comments

Comments
 (0)