Fix bootstrap script path resolution (#149721)

This commit is contained in:
Philippe Lafoucrière
2025-07-31 18:47:25 -04:00
committed by GitHub
parent b86b0c10bd
commit c72c600de4

View File

@@ -4,7 +4,7 @@
# Stop on errors
set -e
cd "$(dirname "$0")/.."
cd "$(realpath "$(dirname "$0")/..")"
echo "Installing development dependencies..."
uv pip install wheel --constraint homeassistant/package_constraints.txt --upgrade