From 4cf22e91cf2fbfe58e898fb4a6089517b24a561b Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Mon, 19 Aug 2024 20:16:22 +0530 Subject: [PATCH] ci: Don't pip install tomli on Debian anymore It ships Python 3.11 which ships with a toml module. Part-of: --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52a3f7267..532f21c7f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: