jiridanek commented on PR #377: URL: https://github.com/apache/qpid-proton/pull/377#issuecomment-1201468248
> @jiridanek so it still fails because it seems that the specific matrix entries override the entire global env instead of adding to it so python3 can't be common using an env var if different jobs have env vars. > > istm that there should be a way to just add env vars for matrix jobs - any ideas? If there is shared `script` block or something, maybe you can do `export PYTHON=python3`? Otherwise I think you have to repeat the variable in every row of the matrix, such as the PROTON_VERSION=main in https://github.com/jiridanek/skupper-router/blob/main/.travis.yml#L31 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
