From e6b2eee5a99fc96588d1753b0f139f69835634e0 Mon Sep 17 00:00:00 2001 From: Jo Kristian Bergum Date: Wed, 15 Nov 2023 09:02:02 +0100 Subject: [PATCH] Another day another python dep issue (#1354) --- screwdriver.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screwdriver.yaml b/screwdriver.yaml index bce2ee2c6..bb55c7650 100644 --- a/screwdriver.yaml +++ b/screwdriver.yaml @@ -141,7 +141,7 @@ jobs: dnf install -y docker-ce-cli docker system info - install-python: | - dnf install -y python3 python3-pip + dnf install -y python3 python3-pip python3-dateutil python3 -m pip install --upgrade pip python3 -m pip install pytest notebook nbconvert runnb - run-notebooks: |