Skip to content

Commit

Permalink
Try to install autocommand binary
Browse files Browse the repository at this point in the history
  • Loading branch information
oaubert committed Aug 27, 2024
1 parent 7c94e92 commit 0d05bf9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev/win_installer/_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ requests
CherryPy
"

# Try to install autocommand'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

# shellcheck disable=SC2046
build_pip install --no-binary ":all:" \
--force-reinstall $(echo "$PIP_REQUIREMENTS" | tr "\\n" " ")
Expand Down

0 comments on commit 0d05bf9

Please sign in to comment.