tvalentyn commented on PR #37665: URL: https://github.com/apache/beam/pull/37665#issuecomment-3937738276
Re test failure: ``` RuntimeError: Pipeline construction environment and pipeline runtime environment are not compatible. If you use a custom container image, check that the Python interpreter minor version and the Apache Beam version in your image match the versions used at pipeline construction time. Submission environment: beam:version:sdk_base:apache/beam_python3.13_sdk:2.73.0.dev. Runtime environment: beam:version:sdk_base:apache/beam_python3.13_sdk:2.72.0.dev. ``` seems like we have a might have regression, possibly in boot.go. The problem is that for the Dataflow test job (2026-02-20_14_47_19-12481031046029561904) we pass --sdk_location, but the artifact (new SDK, 2.73.0.dev), is not being installed. -- 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]
