Skip to content

Commit

Permalink
win32: pass pip-args to pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
oaubert committed Nov 29, 2024
1 parent 82d5f8b commit 2983cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/win_installer/_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ function install_deps {
"${MINGW_PACKAGE_PREFIX}"-python-setuptools \
"${MINGW_PACKAGE_PREFIX}"-python-pillow \

# Try to install autocommand's wheel because it has a bug that prevents source building:
# Try to install CherryPy's wheel because it has a bug that prevents source building:
# https://github.com/Lucretiel/autocommand/issues/28
# https://github.com/Lucretiel/autocommand/issues/32
build_pip install --only-binary ":all:" autocommand CherryPy
build_pip install --pip-args='--only-binary=":all:"' CherryPy

# PIP_REQUIREMENTS="\
#"
Expand Down

0 comments on commit 2983cd4

Please sign in to comment.