mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-02-05 13:52:27 +00:00
ci: Don't pip install tomli on Debian anymore
It ships Python 3.11 which ships with a toml module. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1506>
This commit is contained in:
parent
99478a848e
commit
d8137106c1
1 changed files with 1 additions and 2 deletions
|
@ -147,8 +147,7 @@ trigger:
|
|||
FDO_DISTRIBUTION_EXEC: >-
|
||||
bash ci/install-gst.sh --force-fallback-for=glib &&
|
||||
bash ci/install-dav1d.sh &&
|
||||
pip3 install --break-system-packages git+http://gitlab.freedesktop.org/freedesktop/ci-templates &&
|
||||
pip3 install --break-system-packages tomli
|
||||
pip3 install --break-system-packages git+http://gitlab.freedesktop.org/freedesktop/ci-templates
|
||||
|
||||
.build-final-image:
|
||||
extends:
|
||||
|
|
Loading…
Reference in a new issue