Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vnherdeiro committed Sep 7, 2024
1 parent 8f7bbb4 commit 35a698a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ if test "${INSTALL}" = true; then
fi
# ref for use of '--find-links': https://stackoverflow.com/a/52481267/3986677
pip install \
${PIP_INSTALL_ARGS:+ -o "PIP_INSTALL_ARGS"} \
${PIP_INSTALL_ARGS:+ -o "$PIP_INSTALL_ARGS"} \
--force-reinstall \
--no-cache-dir \
--no-deps \
Expand Down

0 comments on commit 35a698a

Please sign in to comment.