From fa647f85837689b38408eabe7fd389d10b0cb054 Mon Sep 17 00:00:00 2001 From: Andrej Shadura <andrew.shadura@collabora.co.uk> Date: Fri, 7 Jun 2024 14:20:43 +0200 Subject: [PATCH] fixup! Test with three different osc versions --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15b371d..73fb1f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ test: - 0.182.1 - 1.7.0 script: - - apt install -y ./_build/*deb dpkg-dev + - apt install -y ./_build/*deb dpkg-dev python3-pip - rm -rf /usr/lib/python3/dist-packages/osc* - pip install --user --break-system-packages "osc==$OSC_VERSION" - mkdir -p "$HOME" -- GitLab