From ce603f89076e03f10a588f3e061df253578f636e Mon Sep 17 00:00:00 2001 From: "c.faber" <c.faber@fz-juelich.de> Date: Wed, 16 Apr 2025 10:18:10 +0200 Subject: [PATCH] modified pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8cf5c0d..f53a063 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ pages: script: - pip install -U sphinx - pip install sphinx-rtd-theme - - pip install numpy biopython matplotlib scikit-learn + - pip install numpy biopython matplotlib scikit-learn pytest - sphinx-build -b html docs/source public artifacts: paths: -- GitLab