From d8137106c1aee64b98fc0e5057030d655822c311 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 9e89648cd..4d07215b6 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: