mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 17:48:26 +00:00
Fix bootstrap script path resolution (#149721)
This commit is contained in:
parent
b86b0c10bd
commit
c72c600de4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user