From ff3c0e55cf3686de76e0aefcd720c99bd79dc77c Mon Sep 17 00:00:00 2001 From: Max Drexler <mndrexler@wisc.edu> Date: Fri, 19 Jul 2024 17:16:14 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78a8be9..e66c236 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ default: tags: ["docker", "ssec_shared"] # use shared runners at the SSEC before_script: - python --version ; pip --version # For debugging + - pip install . - pip install -r requirements_dev.txt workflow: -- GitLab