mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 14:28:12 +00:00
build-deps.py: add -y to skip initial confirmation prompt
This commit is contained in:
@@ -217,12 +217,7 @@ def build() -> None:
|
||||
for python_version in PYTHON_VERSIONS:
|
||||
os.environ["PYTHON_VERSION"] = python_version
|
||||
print(f"Building for Python {python_version}...")
|
||||
subprocess.run(
|
||||
[sys.executable, str(REPO_WIN / "build-deps.py"), build_generator(), "Release"],
|
||||
check=True,
|
||||
text=True,
|
||||
input="y\n",
|
||||
)
|
||||
run([sys.executable, str(REPO_WIN / "build-deps.py"), build_generator(), "Release", "-y"])
|
||||
OLD_ADD_COMMIT_SHA = set_env("ADD_COMMIT_SHA", "ON")
|
||||
run(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user