mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 01:21:05 +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/1500>
This commit is contained in:
parent
7959e37204
commit
4cf22e91cf
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