You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I definitely think zip keys are not the greatest invention and I would like a better alternative for sure.
We need to come up with a great name. pairs is not going to work since it can be more than 2 ...
I didn't suggest to add a special key paris, but to allow using list of dict (Vec<HashMap<String, String>> in rust) as value, currently it only support Vec<scale value>
If we do not want to extend any keys, I may prefer matrix but also not paris.
for a more detail example, in varants.yaml we have this:
some_other_config:
- a
- b
- c
matrix:
- { python: '3.8', numpy: '1.12' }
- { python: '3.9', numpy: '1.14' }
Uh oh!
There was an error while loading. Please reload this page.
like github actions, would is better to use variants config like this to replace
zip_keys
?The text was updated successfully, but these errors were encountered: