riteshghorse commented on PR #29303: URL: https://github.com/apache/beam/pull/29303#issuecomment-1802653630
> I'm also seeing this error > > ``` > ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/.test-infra/mock-apis/src/main/python' > ``` > > in [beam_PreCommit_Python_Coverage](https://github.com/apache/beam/actions/runs/6803512034/job/18498998926?pr=29303) It looks like it didn't include the two `..` while building the path for mock-apis - `'mock-apis@ file:///.test-infra/mock-apis/src/main/python' ` -- 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]
