Skip to content

Commit 9eb4c0c

Browse files
committed
Fix target houdini builds with varying python versions for build pipeline
1 parent eea0647 commit 9eb4c0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/houdini.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def install_sidefx_product(product, version):
120120
)
121121

122122
target_release_download = sidefx_service.download.get_daily_build_download(
123-
product="houdini",
123+
product=target_release["product"],
124124
version=target_release["version"],
125125
build=target_release["build"],
126126
platform=sidefx_platform,

0 commit comments

Comments
 (0)