You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #8, separate task files for different OS types.
For example, download_homi_tool.yml downloads homi binary and runs homi depending on whether the OS type is Linux or MacOS. Replace download_homi_tool.yml with download_homi_linux.yml, download_homi_macos.yml, and run_homi_tool.yml because only the URL for downloading homi differs from OS type while running homi is independent from the OS type. The reason for separating run_homi_tool.yml is to reduce duplicated contents.
The text was updated successfully, but these errors were encountered:
As discussed in #8, separate task files for different OS types.
For example,
download_homi_tool.yml
downloadshomi
binary and runshomi
depending on whether the OS type is Linux or MacOS. Replacedownload_homi_tool.yml
withdownload_homi_linux.yml
,download_homi_macos.yml
, andrun_homi_tool.yml
because only the URL for downloadinghomi
differs from OS type while runninghomi
is independent from the OS type. The reason for separatingrun_homi_tool.yml
is to reduce duplicated contents.The text was updated successfully, but these errors were encountered: