We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab69e0c commit 4456a21Copy full SHA for 4456a21
smartsim/_core/_cli/scripts/dragon_install.py
@@ -51,7 +51,7 @@ def python_version() -> str:
51
def dragon_pin() -> str:
52
"""Return a string indicating the pinned major/minor version of the dragon
53
package to install"""
54
- return "0.9"
+ return "0.10"
55
56
57
def _platform_filter(asset_name: str) -> bool:
@@ -60,7 +60,7 @@ def _platform_filter(asset_name: str) -> bool:
60
61
:param asset_name: A value to inspect for keywords indicating a Cray EX asset
62
:returns: True if supplied value is correct for current platform"""
63
- key = "crayex"
+ key = "hsn"
64
is_cray = key in asset_name.lower()
65
if is_crayex_platform():
66
return is_cray
0 commit comments