diff --git a/_includes/selector.html b/_includes/selector.html index 8dcee1337fd..24a9e56d316 100644 --- a/_includes/selector.html +++ b/_includes/selector.html @@ -586,6 +586,8 @@ pkgs.push(["\"dask-cuda" + cuda_suffix.slice(5)]) } + pkgs = pkgs.flatMap(pkg => '"' + pkg + '"'); + // For every n packages add a new line with a "\" character // We need i += n + 1 since the splice adds a new element to the array if (this.active_release === "Stable") {