From cf9b0c1fd32fa8e891d51f939f783ad92f422618 Mon Sep 17 00:00:00 2001 From: Sergi Blanch Torne Date: Mon, 6 Oct 2025 10:44:36 +0200 Subject: [PATCH] ci: fix requirements file With the migration concluded on !37510 of the lava-job-submitter (it is now an independent project under the gfx-ci namespace), a lava requirements file was not necessary anymore, but there was still one reference. Signed-off-by: Sergi Blanch Torne Part-of: --- bin/ci/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/ci/requirements.txt b/bin/ci/requirements.txt index b1f4ad88021..5ba50a48c2c 100644 --- a/bin/ci/requirements.txt +++ b/bin/ci/requirements.txt @@ -1,4 +1,3 @@ --r requirements-lava.txt PyYAML==6.* filecache==0.81 flake8==7.*