Skip to content

Commit

Permalink
Use "uv"
Browse files Browse the repository at this point in the history
  • Loading branch information
amitfin committed Dec 2, 2024
1 parent 66d1719 commit 932aee5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/setup
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ set -e

cd "$(dirname "$0")/.."

python3 -m pip install --requirement requirements.txt
python3 -m pip install --upgrade pip --root-user-action ignore
python3 -m pip install uv --root-user-action ignore
uv pip install --system pytest-homeassistant-custom-component
uv pip install --system -r requirements.txt

0 comments on commit 932aee5

Please sign in to comment.