Replies: 1 comment
-
No, and I don't expect this to ever get supported by Poetry. The entire Python community is building around pyproject.toml, while Conda serves a different use case. If you really want to run a single command then you should move everything inside your environment.yml and transform this into a Conda issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is it possible to place
poetry install
of a local package inside an environment.yml?I'd like to create a new conda environment and then also install a local package that includes a
pyproject.toml
with poetry. I can do this in two steps, but can it be done in one?Beta Was this translation helpful? Give feedback.
All reactions