mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Allow pre-releases for "Adjust nightly version" only (#114219)
This commit is contained in:
parent
ddee999843
commit
0338aaf577
2
.github/workflows/builder.yml
vendored
2
.github/workflows/builder.yml
vendored
@ -99,6 +99,8 @@ jobs:
|
|||||||
- name: Adjust nightly version
|
- name: Adjust nightly version
|
||||||
if: needs.init.outputs.channel == 'dev'
|
if: needs.init.outputs.channel == 'dev'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
env:
|
||||||
|
UV_PRERELEASE: allow
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install "$(grep '^uv' < requirements_test.txt)"
|
python3 -m pip install "$(grep '^uv' < requirements_test.txt)"
|
||||||
uv pip install packaging tomli
|
uv pip install packaging tomli
|
||||||
|
Loading…
x
Reference in New Issue
Block a user