Skip to content

Commit

Permalink
Update smoke_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
juliagmt-google authored Aug 19, 2024
1 parent e18dd8f commit b6394eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/smoke_test/smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
gpu_arch_ver = os.getenv("MATRIX_GPU_ARCH_VERSION")
else:
gpu_arch_ver = os.getenv("GPU_ARCH_VERSION") # Use fallback if available
gpu_arch_type = os.getenv("MATRIX_GPU_ARCH_TYPE")
channel = os.getenv("MATRIX_CHANNEL")
package_type = os.getenv("MATRIX_PACKAGE_TYPE")
target_os = os.getenv("TARGET_OS", sys.platform)
Expand Down

0 comments on commit b6394eb

Please sign in to comment.