mirror of
https://github.com/clearml/clearml-agent
synced 2025-06-26 18:16:15 +00:00
Add initial Poetry support
This commit is contained in:
parent
e9d3aab115
commit
fc2842c9a2
@ -96,3 +96,15 @@ class PoetryAPI(object):
|
|||||||
|
|
||||||
def get_python_command(self, extra):
|
def get_python_command(self, extra):
|
||||||
return Argv("poetry", "run", "python", *extra)
|
return Argv("poetry", "run", "python", *extra)
|
||||||
|
|
||||||
|
def upgrade_pip(self, *args, **kwargs):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def set_selected_package_manager(self, *args, **kwargs):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def out_of_scope_install_package(self, *args, **kwargs):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def install_from_file(self, *args, **kwargs):
|
||||||
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user