tvalentyn commented on code in PR #37989: URL: https://github.com/apache/beam/pull/37989#discussion_r3029568554
########## .github/workflows/beam_PreCommit_Python.yml: ########## @@ -57,6 +57,7 @@ env: PYTHONHASHSEED: "0" OMP_NUM_THREADS: "1" OPENBLAS_NUM_THREADS: "1" + GRPC_ENABLE_FORK_SUPPORT: "0" Review Comment: let's add a TODO to remove once https://github.com/grpc/grpc/issues/37710 is fixed, like we have in the other suite. -- 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]
