Skip to content

Commit 54945ec

Browse files
committed
fix: forgot --force-reinstall
1 parent cbd5b0f commit 54945ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/02-update-octoprint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ fi
2727
# fixes for broken packages from piwheels
2828
if [[ $(sudo -u $USER $VENV/bin/python --version | cut -d' ' -f2) =~ ^3\.11\. && $(sudo -u $USER $VENV/bin/pip freeze | grep -i tornado | cut -d= -f3) == "6.4.2" ]]; then
2929
# fetch sdist for tornado 6.4.2 under Python 3.11
30-
sudo -u $USER $VENV/bin/pip install --no-binary=tornado "tornado==6.4.2"
30+
sudo -u $USER $VENV/bin/pip install --no-binary=tornado "tornado==6.4.2" --force-reinstall
3131
fi

0 commit comments

Comments
 (0)