From 407852506f0646b7a8bd795bbcde041e52ca3862 Mon Sep 17 00:00:00 2001
From: mdefende <mdefende@uab.edu>
Date: Thu, 3 Oct 2024 16:30:57 -0500
Subject: [PATCH] install pytest

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c5e7102..29d58f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,6 +26,7 @@ test_package:
   stage: test
   script:
     - pip install .  # Install the package
+    - pip install pytest
     - pytest  # Run tests
 
 publish_package:
-- 
GitLab