Skip to content

Commit

Permalink
Fix target houdini builds with varying python versions for build pipe…
Browse files Browse the repository at this point in the history
…line
  • Loading branch information
LucaScheller committed Aug 15, 2024
1 parent eea0647 commit 9eb4c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/houdini.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def install_sidefx_product(product, version):
)

target_release_download = sidefx_service.download.get_daily_build_download(
product="houdini",
product=target_release["product"],
version=target_release["version"],
build=target_release["build"],
platform=sidefx_platform,
Expand Down

0 comments on commit 9eb4c0c

Please sign in to comment.