Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Apr 15, 2024
1 parent a3b4d61 commit 7976af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cm-mlops/script/get-generic-python-lib/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def preprocess(i):
# Check if upgrade
if force_install:
extra+=' --upgrade --no-deps --force-reinstall'

# Check index URL
index_url = env.get('CM_GENERIC_PYTHON_PIP_INDEX_URL','').strip()
if index_url != '':
Expand Down

0 comments on commit 7976af6

Please sign in to comment.