Skip to content

Commit

Permalink
TODO fix ci?
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin committed Aug 16, 2024
1 parent cb84ac9 commit f8ad76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/lint-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ function install_environment() {
print_function "STAGE" "installing environment"

#get the index of the SUPPORT_OS array for convenient to install tool.
local os_index=$(get_os_index)
local os_index=$(get_os_index | tail -n1)
echo "Debug: The value of os_index is: $os_index"

# link md5sum
Expand Down

0 comments on commit f8ad76c

Please sign in to comment.