Right now the `--matrix` flag accepts `;` delimited key/value pairs like this: `--matrix "cuda=11.5;arch=$(arch)"` We should switch the `--matrix` value to be YAML to be consistent with `dependencies.yaml`. e.g. `--matrix '{"cuda": "11.6", "arch": "x86_64"}`
Right now the
--matrixflag accepts;delimited key/value pairs like this:--matrix "cuda=11.5;arch=$(arch)"We should switch the
--matrixvalue to be YAML to be consistent withdependencies.yaml.e.g.
--matrix '{"cuda": "11.6", "arch": "x86_64"}