Add tomli as nightly build dependency (#74364)

This commit is contained in:
Franck Nijhof 2022-07-03 22:16:29 +02:00 committed by GitHub
parent 936b271448
commit 57114c1a55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)"