Skip to content

Commit

Permalink
removing custom index
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghelfi committed Jan 28, 2025
1 parent ba825fb commit 2cca5ce
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/uv-project-relative-import/.kraken.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
import os

from kraken.std import python

python.python_settings(always_use_managed_env=True).add_package_index(
alias="local",
index_url=os.environ["LOCAL_PACKAGE_INDEX"],
credentials=(os.environ["LOCAL_USER"], os.environ["LOCAL_PASSWORD"]),
)
python.install()

0 comments on commit 2cca5ce

Please sign in to comment.