suii2210 commented on PR #60726: URL: https://github.com/apache/airflow/pull/60726#issuecomment-3868204992
Hello @shahar1 The failing job (62905596364) appears to be a documentation build issue unrelated to this PR's changes. The error is: `ModuleNotFoundError: No module named 'pkg_resources'` This occurs in the Sphinx documentation build when trying to import sphinxcontrib.redoc. The pkg_resources module is provided by setuptools. Could this be installed in the CI environment? -- 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]
