From 5fd4d3f541b84c06ba296eb86a68656b9cecd8ae Mon Sep 17 00:00:00 2001
From: Tobias Meisel <tobias.meisel@ufz.de>
Date: Tue, 18 Mar 2025 16:27:06 +0100
Subject: [PATCH] Add Test for subset of features when ogstools is installed
 without ogs

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e98e9504..74d2cb2f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -179,6 +179,20 @@ tests (arch - conda - ogs custom latest) [M]:
 
 
 
+
+tests (arch - pip - no OGS) [R]:
+  stage: test
+  tags: [shell, envinf]
+  needs: []
+  before_script:
+    - *pip-setup-activate
+    - pip install -e .[pinned,test]
+    - *pip-setup-extra-headless
+  script:
+    - python -c "import ogstools as ot; ot.status(verbose=True)"
+    - pytest -m "not (tools or system)"
+
+
 tests coverage (arch - container) [R]:
   stage: test
   script:
-- 
GitLab