From 995f0e6818b425f9b0075c0b6b59187252870157 Mon Sep 17 00:00:00 2001 From: tmartins Date: Thu, 22 Sep 2022 18:34:16 -0300 Subject: [PATCH] fix master ci pipeline --- screwdriver.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screwdriver.yaml b/screwdriver.yaml index c50f93fc..c3466ea4 100644 --- a/screwdriver.yaml +++ b/screwdriver.yaml @@ -190,7 +190,7 @@ jobs: - install-python: | dnf install -y python38-pip python3 -m pip install --upgrade pip - python3 -m pip install pytest + python3 -m pip install pytest learntorank - install-package: | python3 -m pip cache purge python3 -m pip install --no-cache-dir --no-cache --quiet \