Skip to content

Commit

Permalink
Update features/src/rapids-build-utils/opt/rapids-build-utils/bin/mak…
Browse files Browse the repository at this point in the history
…e-pip-dependencies.sh

Co-authored-by: Paul Taylor <178183+trxcllnt@users.noreply.github.com>
  • Loading branch information
jameslamb and trxcllnt authored Jul 23, 2024
1 parent 9e15d70 commit 0df12df
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ make_pip_dependencies() {
);

# add extra arguments (if there are conflicts, e.g. 'py=3.10;py=3.11', it's fine... the last one will win)
local ent; for ent in "${matrix_entry[@]}"; do
_matrix_selectors+=("${ent}")
done
test ${#matrix_entry[@]} -gt 0 && _matrix_selectors+=("${matrix_entry[@]}");
local -r matrix_selectors=$(IFS=";"; echo "${_matrix_selectors[*]}")

local pip_reqs_txts=();
Expand Down

0 comments on commit 0df12df

Please sign in to comment.