ByronHsu commented on pull request #619: URL: https://github.com/apache/submarine/pull/619#issuecomment-873335881
@featherchen There are two workflows in python.yml: unit test and integration test. Only unit test install pytorch and tf beforehand, but integration did not. You can check here: https://github.com/apache/submarine/blob/master/.github/workflows/python.yml#L133. I wonder why `pip install --no-cache-dir ./submarine-sdk/pysubmarine/.[tf.pytorch]` cannot solve the problem? -- 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]
