fix: remove --no-deps from pip install to include dependencies
Some checks failed
CI / test WordOps (ubuntu-22.04) (push) Has been cancelled
CI / test WordOps (ubuntu-24.04) (push) Has been cancelled

The --no-deps flag was skipping cement, sh, and other required deps.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-09 08:21:29 +01:00
parent 418d0fdda2
commit f58d1e919d

View File

@@ -554,7 +554,7 @@ wo_install() {
if [ -f "$wo_install_dir/setup.py" ]; then
cd "$wo_install_dir" || exit 1
/opt/wo/bin/pip install --force-reinstall --no-cache-dir --no-deps .
/opt/wo/bin/pip install --force-reinstall --no-cache-dir .
cd || exit 1
elif [ "$wo_branch" = "master" ]; then
/opt/wo/bin/pip install -U wordops --upgrade-strategy=eager