Skip to content

Commit

Permalink
Fix???
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn authored and jethome-bot committed Mar 27, 2024
1 parent c0b9d4e commit 84ec6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jh-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
run: |
python3 -m pip install "$(grep '^uv' < requirements_test.txt)"
uv pip install packaging tomli
uv pip install .
uv pip install . --prerelease=allow
version="$(python3 script/version_bump.py nightly)"
if [[ "$(ls home_assistant_frontend*.whl)" =~ ^home_assistant_frontend-(.*)-py3-none-any.whl$ ]]; then
Expand Down

0 comments on commit 84ec6da

Please sign in to comment.