mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 08:01:35 +00:00
fix(scim): improve get_user for scim
This commit is contained in:
@@ -133,7 +133,7 @@ pub async fn pip_compile(
|
||||
args.extend(["--extra-index-url", url, "--no-emit-index-url"]);
|
||||
}
|
||||
if let Some(url) = PIP_INDEX_URL.as_ref() {
|
||||
args.extend(["--index-url", url]);
|
||||
args.extend(["--index-url", url, "--no-emit-index-url"]);
|
||||
}
|
||||
if let Some(host) = PIP_TRUSTED_HOST.as_ref() {
|
||||
args.extend(["--trusted-host", host]);
|
||||
|
||||
Reference in New Issue
Block a user