-
Notifications
You must be signed in to change notification settings - Fork 53
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
ENH add private arg to push #130
Conversation
@Narsil @osanseviero do we not want to support private repos on the inference side? I wanted to have all repos created by the CI to be private, but we can't test the inference engine if we make them private. |
I'd say we can merge (if the CI is green) and make the inference test repo private once/if we support that in the backend side. cc @skops-dev/maintainers |
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.
Looks good to me, only found a typo.
dst.rmdir() | ||
|
||
# remove the folder only if it's empty and it exists | ||
if dst.exists(): |
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'm a bit astonished that the missing check did not cause trouble so far.
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.
same
Co-authored-by: Benjamin Bossan <BenjaminBossan@users.noreply.github.com>
adding some more docs ... |
Now done! |
Fixes #112 and #114