Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/helpers/build
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cp -r \
"$install_dir"

cd "$install_dir"
PYENV_VERSION=3.10.5 pyenv exec pip install -r "requirements.txt"
PYENV_VERSION=3.10.5 pyenv exec pip --disable-pip-version-check install -r "requirements.txt"

# Workaround of https://github.com/python-poetry/poetry/issues/3010
# By default poetry config file is stored under ~/.config/pypoetry
Expand Down