buildpack peotry -> how to configure poetry before poetry install #305
Replies: 1 comment
-
if anybody is ever looking for this, here my solution: 2- if you're using a build with BP-poetry try to use the buildpack-environment, in my case it didn't work really well because it was only loading from the project.toml and not from environment variables. 2.a - if you succeed with environment variables you just need to add
in the CI
and you only need to declare the variable |
Beta Was this translation helpful? Give feedback.
-
Hi team! i have a private package on my python/poetry project and i dont know how to apply the configuration of the sources on build time.
the command im running
which works well in the ci on our job running directly poetry and locally. but when running the cnb poetry as it installs poetry + runs poetry install i dont get how to pass it this commands between the installation of poetry and the installation of the dependencies.
any guide on how to do this?
Beta Was this translation helpful? Give feedback.
All reactions