mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add tomli as nightly build dependency (#74364)
This commit is contained in:
parent
936b271448
commit
57114c1a55
2
.github/workflows/builder.yml
vendored
2
.github/workflows/builder.yml
vendored
@ -123,7 +123,7 @@ jobs:
|
|||||||
if: needs.init.outputs.channel == 'dev'
|
if: needs.init.outputs.channel == 'dev'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install packaging
|
python3 -m pip install packaging tomli
|
||||||
python3 -m pip install --use-deprecated=legacy-resolver .
|
python3 -m pip install --use-deprecated=legacy-resolver .
|
||||||
version="$(python3 script/version_bump.py nightly)"
|
version="$(python3 script/version_bump.py nightly)"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user