-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Baris/eng 293 remove git init #293
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💪
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one! Just a few suggestions. Also, I think was a mention in the docs somewhere that we were building on top of git, maybe we should also remove that if it exists
@@ -50,13 +49,17 @@ class Integration(metaclass=IntegrationMeta): | |||
def check_installation(cls) -> bool: | |||
"""Method to check whether the required packages are installed""" | |||
try: | |||
for req, command in cls.SYSTEM_REQUIREMENTS.items(): | |||
for requirement, command in cls.SYSTEM_REQUIREMENTS.items(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think @schustmi already has a branch for this :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I merged @schustmi 's branch before the request so it should be good to go.
src/zenml/cli/__init__.py
Outdated
initialize the directory with ZenML’s own config and resource management | ||
tools. Type: | ||
When you begin a project, initialize the directory with ZenML’s | ||
own config and resource management tools. Type: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isnt this missing something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have changed it a bit more to reflect the current situation.
@htahir1 Thanks for the tip regarding the docs. I have also changed the corresponding section. I hope it is a bit clearer now. |
Pre-requisites
Please ensure you have done the following:
Types of changes
Describe changes
the instructions to do
git init
while creating a ZenML repository have been removed from the examples and the docs