Skip to content

Commit

Permalink
Use uv to install action requirements (#4059)
Browse files Browse the repository at this point in the history
* Use uv to install action requirements

* Bump aiogithubapi

* Do tuf instead
  • Loading branch information
ludeeus authored Oct 9, 2024
1 parent 9eeba49 commit 9d06e6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ COPY . /hacs

ENV \
UV_SYSTEM_PYTHON=true \
PIP_EXTRA_INDEX_URL="https://wheels.home-assistant.io/musllinux-index/" \
UV_EXTRA_INDEX_URL="https://wheels.home-assistant.io/musllinux-index/"

RUN \
Expand All @@ -14,7 +13,7 @@ RUN \
apk add --no-cache --virtual .build-deps \
bash \
\
&& bash /hacs/scripts/install/pip_packages \
&& bash /hacs/scripts/install/uv_packages \
-r requirements_action.txt \
\
&& bash /hacs/scripts/install/frontend \
Expand Down

0 comments on commit 9d06e6c

Please sign in to comment.