You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use legacy pip installer for Poetry to respect PIP_INDEX_URL
Poetry's modern installer resolves directly from pypi.org, ignoring
PIP_INDEX_URL. Setting installer.modern-installation=false makes Poetry
use pip for installation, which respects PIP_INDEX_URL and routes
through JFrog. This avoids modifying pyproject.toml in CI.
Co-authored-by: Isaac
Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
0 commit comments