Skip to content

Commit

Permalink
Merge pull request #17889 from rapidsai/branch-25.02
Browse files Browse the repository at this point in the history
Forward-merge branch-25.02 into branch-25.04
  • Loading branch information
GPUtester authored Jan 31, 2025
2 parents deb0559 + 03742ac commit e20abb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/cudf_pandas_scripts/third-party-integration/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ extract_lib_from_dependencies_yaml() {
# Parse all keys in dependencies.yaml under the "files" section,
# extract all the keys that start with "test_", and extract the rest
extracted_libs="$(yq -o json "$file" | jq -rc '.files | with_entries(select(.key | contains("test_"))) | keys | map(sub("^test_"; ""))')"
local extracted_libs
echo "$extracted_libs"
}

Expand Down

0 comments on commit e20abb9

Please sign in to comment.