From f1f2a862ca5bec827bf242554b5ec3d748f0639f Mon Sep 17 00:00:00 2001 From: Christian Faber <c.faber@fz-juelich.de> Date: Thu, 10 Apr 2025 16:40:27 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56f7f25..7a58100 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ pages: script: - pip install -U sphinx - pip install sphinx-rtd-theme - - pip install numpy biopython matplotlib + - pip install numpy biopython matplotlib scikit-learn - sphinx-build -b html docs/source public artifacts: paths: -- GitLab