mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +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'
|
||||
shell: bash
|
||||
run: |
|
||||
python3 -m pip install packaging
|
||||
python3 -m pip install packaging tomli
|
||||
python3 -m pip install --use-deprecated=legacy-resolver .
|
||||
version="$(python3 script/version_bump.py nightly)"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user