From 0067c0d11ed8da7bfa853e49658a83bd8138e012 Mon Sep 17 00:00:00 2001
From: Sam Kagan <skagan@nrao.edu>
Date: Mon, 20 May 2024 08:59:00 -0600
Subject: [PATCH] Removed dead code

---
 ci/unit-test.template.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ci/unit-test.template.yml b/ci/unit-test.template.yml
index d40da49f7..bc91ddf7d 100644
--- a/ci/unit-test.template.yml
+++ b/ci/unit-test.template.yml
@@ -2,8 +2,6 @@
     image: ${REGISTRY_URL}/workspaces/${SERVICE_NAME}:${IMAGE_TAG}
     script:
         - ls -la
-        - pip3 install --upgrade pip
-        - pip3 install -r test-requirements.txt
         - cd ${PATH_PREFIX}${SERVICE_NAME}
         # use the poetry virtual environment and packages
         - poetry install --with test
-- 
GitLab