mohit-devlogs commented on PR #713: URL: https://github.com/apache/wayang/pull/713#issuecomment-4018057764
> Thank you @mohit-devlogs. I think we had tried with the "../../" relative path solutions but it was still breaking. @mspruc can you confirm that? Thanks for the clarification. I have used the relative path method for this PR. It means that the worker path will not be an absolute path from the CI environment; it will be a relative path from the project structure. It should also be noted if this method is different from what you were trying to implement earlier. I am also willing to change this if there are any known issues with this method. This method has already been tested, and the PythonApiTests are running successfully on Jenkins using this method. Earlier, they were not running using this method. -- 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]
