ruanwenjun commented on code in PR #16593: URL: https://github.com/apache/dolphinscheduler/pull/16593#discussion_r1797091565
########## .gitignore: ########## @@ -55,3 +55,6 @@ dolphinscheduler-master/logs dolphinscheduler-api/logs __pycache__ ds_schema_check_test +.env.txt +venv +myenv Review Comment: We need to find out where these two dependencies are imported, and exclude these, otherwise the ci will failed. -- 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]
